Interface LocatorEx
-
- All Superinterfaces:
org.xml.sax.Locator
- All Known Implementing Classes:
DOMScanner,LocatorEx.Snapshot
public interface LocatorEx extends org.xml.sax.LocatorObject that returns the current location that thecom.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitoris parsing.- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLocatorEx.SnapshotImmutable snapshot of aLocatorEx
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.xml.bind.ValidationEventLocatorgetLocation()Gets the current location in aValidationEventLocatorobject.
-