com.sun.xml.bind.v2.runtime.unmarshaller
Class LocatorExWrapper
java.lang.Object
com.sun.xml.bind.v2.runtime.unmarshaller.LocatorExWrapper
- All Implemented Interfaces:
- LocatorEx, Locator
class LocatorExWrapper
- extends 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(Locator locator)
getLocation
public ValidationEventLocator getLocation()
- Description copied from interface:
LocatorEx
- Gets the current location in a
ValidationEventLocator
object.
- Specified by:
getLocation
in interface LocatorEx
getPublicId
public String getPublicId()
- Specified by:
getPublicId
in interface Locator
getSystemId
public String getSystemId()
- Specified by:
getSystemId
in interface Locator
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber
in interface Locator
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber
in interface Locator