Class LocatorEx.Snapshot
java.lang.Object
org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx.Snapshot
- All Implemented Interfaces:
ValidationEventLocator,LocatorEx,Locator
- Enclosing interface:
LocatorEx
public static final class LocatorEx.Snapshot
extends Object
implements LocatorEx, ValidationEventLocator
Immutable snapshot of a
LocatorEx-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx
LocatorEx.Snapshot -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintGets the current location in aValidationEventLocatorobject.getNode()intgetURL()
-
Constructor Details
-
Snapshot
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceValidationEventLocator
-
getNode
- Specified by:
getNodein interfaceValidationEventLocator
-
getOffset
public int getOffset()- Specified by:
getOffsetin interfaceValidationEventLocator
-
getURL
- Specified by:
getURLin interfaceValidationEventLocator
-
getColumnNumber
public int getColumnNumber()- Specified by:
getColumnNumberin interfaceLocator- Specified by:
getColumnNumberin interfaceValidationEventLocator
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumberin interfaceLocator- Specified by:
getLineNumberin interfaceValidationEventLocator
-
getSystemId
- Specified by:
getSystemIdin interfaceLocator
-
getPublicId
- Specified by:
getPublicIdin interfaceLocator
-
getLocation
Description copied from interface:LocatorExGets the current location in aValidationEventLocatorobject.- Specified by:
getLocationin interfaceLocatorEx
-