Module com.sun.xml.bind.core
Class LocatorEx.Snapshot
- java.lang.Object
-
- org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx.Snapshot
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx
LocatorEx.Snapshot
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumnNumber()intgetLineNumber()jakarta.xml.bind.ValidationEventLocatorgetLocation()Gets the current location in aValidationEventLocatorobject.NodegetNode()ObjectgetObject()intgetOffset()StringgetPublicId()StringgetSystemId()URLgetURL()
-
-
-
Constructor Detail
-
Snapshot
public Snapshot(LocatorEx loc)
-
-
Method Detail
-
getObject
public Object getObject()
- Specified by:
getObjectin interfacejakarta.xml.bind.ValidationEventLocator
-
getNode
public Node getNode()
- Specified by:
getNodein interfacejakarta.xml.bind.ValidationEventLocator
-
getOffset
public int getOffset()
- Specified by:
getOffsetin interfacejakarta.xml.bind.ValidationEventLocator
-
getURL
public URL getURL()
- Specified by:
getURLin interfacejakarta.xml.bind.ValidationEventLocator
-
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumberin interfaceLocator- Specified by:
getColumnNumberin interfacejakarta.xml.bind.ValidationEventLocator
-
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumberin interfaceLocator- Specified by:
getLineNumberin interfacejakarta.xml.bind.ValidationEventLocator
-
getSystemId
public String getSystemId()
- Specified by:
getSystemIdin interfaceLocator
-
getPublicId
public String getPublicId()
- Specified by:
getPublicIdin interfaceLocator
-
getLocation
public jakarta.xml.bind.ValidationEventLocator getLocation()
Description copied from interface:LocatorExGets the current location in aValidationEventLocatorobject.- Specified by:
getLocationin interfaceLocatorEx- Returns:
-
-