LocatorEx.Snapshot| Constructor and Description |
|---|
LocatorEx.Snapshot(LocatorEx loc) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber() |
int |
getLineNumber() |
javax.xml.bind.ValidationEventLocator |
getLocation()
Gets the current location in a
ValidationEventLocator object. |
org.w3c.dom.Node |
getNode() |
java.lang.Object |
getObject() |
int |
getOffset() |
java.lang.String |
getPublicId() |
java.lang.String |
getSystemId() |
java.net.URL |
getURL() |
public LocatorEx.Snapshot(LocatorEx loc)
public java.lang.Object getObject()
getObject in interface javax.xml.bind.ValidationEventLocatorpublic org.w3c.dom.Node getNode()
getNode in interface javax.xml.bind.ValidationEventLocatorpublic int getOffset()
getOffset in interface javax.xml.bind.ValidationEventLocatorpublic java.net.URL getURL()
getURL in interface javax.xml.bind.ValidationEventLocatorpublic int getColumnNumber()
getColumnNumber in interface javax.xml.bind.ValidationEventLocatorgetColumnNumber in interface org.xml.sax.Locatorpublic int getLineNumber()
getLineNumber in interface javax.xml.bind.ValidationEventLocatorgetLineNumber in interface org.xml.sax.Locatorpublic java.lang.String getSystemId()
getSystemId in interface org.xml.sax.Locatorpublic java.lang.String getPublicId()
getPublicId in interface org.xml.sax.Locatorpublic javax.xml.bind.ValidationEventLocator getLocation()
LocatorExValidationEventLocator object.getLocation in interface LocatorEx