com.sun.xml.bind.v2.runtime.unmarshaller
Class LocatorExWrapper
java.lang.Object
com.sun.xml.bind.v2.runtime.unmarshaller.LocatorExWrapper
- All Implemented Interfaces:
- LocatorEx, org.xml.sax.Locator
class LocatorExWrapper
- extends java.lang.Object
- implements LocatorEx
LocatorEx implemented by Locator.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocatorExWrapper
public LocatorExWrapper(org.xml.sax.Locator locator)
getLocation
public javax.xml.bind.ValidationEventLocator getLocation()
- Description copied from interface:
LocatorEx
- Gets the current location in a
ValidationEventLocator object.
- Specified by:
getLocation in interface LocatorEx
getPublicId
public java.lang.String getPublicId()
- Specified by:
getPublicId in interface org.xml.sax.Locator
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemId in interface org.xml.sax.Locator
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber in interface org.xml.sax.Locator
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber in interface org.xml.sax.Locator