LocatorEx.Snapshot
Modifier and Type | Method | 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 Snapshot(LocatorEx loc)
public java.lang.Object getObject()
getObject
in interface javax.xml.bind.ValidationEventLocator
public org.w3c.dom.Node getNode()
getNode
in interface javax.xml.bind.ValidationEventLocator
public int getOffset()
getOffset
in interface javax.xml.bind.ValidationEventLocator
public java.net.URL getURL()
getURL
in interface javax.xml.bind.ValidationEventLocator
public int getColumnNumber()
getColumnNumber
in interface org.xml.sax.Locator
getColumnNumber
in interface javax.xml.bind.ValidationEventLocator
public int getLineNumber()
getLineNumber
in interface org.xml.sax.Locator
getLineNumber
in interface javax.xml.bind.ValidationEventLocator
public java.lang.String getSystemId()
getSystemId
in interface org.xml.sax.Locator
public java.lang.String getPublicId()
getPublicId
in interface org.xml.sax.Locator
public javax.xml.bind.ValidationEventLocator getLocation()
LocatorEx
ValidationEventLocator
object.getLocation
in interface LocatorEx
Copyright © 2018 Oracle Corporation. All rights reserved.