Module com.sun.xml.bind.core
Interface LocatorEx
-
- All Superinterfaces:
Locator
- All Known Implementing Classes:
DOMScanner,LocatorEx.Snapshot
public interface LocatorEx extends Locator
Object that returns the current location that theorg.glassfish.jaxb.core.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 jakarta.xml.bind.ValidationEventLocatorgetLocation()Gets the current location in aValidationEventLocatorobject.-
Methods inherited from interface org.xml.sax.Locator
getColumnNumber, getLineNumber, getPublicId, getSystemId
-
-