Interface LocatorEx
-
- All Superinterfaces:
Locator
- All Known Implementing Classes:
DOMScanner
,LocatorEx.Snapshot
public interface LocatorEx extends Locator
Object that returns the current location that thecom.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
is parsing.- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
LocatorEx.Snapshot
Immutable snapshot of aLocatorEx
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationEventLocator
getLocation()
Gets the current location in aValidationEventLocator
object.-
Methods inherited from interface org.xml.sax.Locator
getColumnNumber, getLineNumber, getPublicId, getSystemId
-
-
-
-
Method Detail
-
getLocation
ValidationEventLocator getLocation()
Gets the current location in aValidationEventLocator
object.- Returns:
-
-