Class LocatorEx.Snapshot
- java.lang.Object
-
- com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx
LocatorEx.Snapshot
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumnNumber()
int
getLineNumber()
javax.xml.bind.ValidationEventLocator
getLocation()
Gets the current location in aValidationEventLocator
object.org.w3c.dom.Node
getNode()
java.lang.Object
getObject()
int
getOffset()
java.lang.String
getPublicId()
java.lang.String
getSystemId()
java.net.URL
getURL()
-
-
-
Constructor Detail
-
Snapshot
public Snapshot(LocatorEx loc)
-
-
Method Detail
-
getObject
public java.lang.Object getObject()
- Specified by:
getObject
in interfacejavax.xml.bind.ValidationEventLocator
-
getNode
public org.w3c.dom.Node getNode()
- Specified by:
getNode
in interfacejavax.xml.bind.ValidationEventLocator
-
getOffset
public int getOffset()
- Specified by:
getOffset
in interfacejavax.xml.bind.ValidationEventLocator
-
getURL
public java.net.URL getURL()
- Specified by:
getURL
in interfacejavax.xml.bind.ValidationEventLocator
-
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber
in interfaceorg.xml.sax.Locator
- Specified by:
getColumnNumber
in interfacejavax.xml.bind.ValidationEventLocator
-
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber
in interfaceorg.xml.sax.Locator
- Specified by:
getLineNumber
in interfacejavax.xml.bind.ValidationEventLocator
-
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemId
in interfaceorg.xml.sax.Locator
-
getPublicId
public java.lang.String getPublicId()
- Specified by:
getPublicId
in interfaceorg.xml.sax.Locator
-
getLocation
public javax.xml.bind.ValidationEventLocator getLocation()
Description copied from interface:LocatorEx
Gets the current location in aValidationEventLocator
object.- Specified by:
getLocation
in interfaceLocatorEx
- Returns:
-
-