javax.xml.bind.helpers
public class ValidationEventLocatorImpl extends Object implements ValidationEventLocator
Default implementation of a ValidationEventLocator.
Since: JAXB1.0
Constructor Summary | |
---|---|
ValidationEventLocatorImpl() Creates a new instance of | |
ValidationEventLocatorImpl(Locator pLocator) Creates a new instance of | |
ValidationEventLocatorImpl(Node pNode) Creates a new instance of | |
ValidationEventLocatorImpl(Object pObject) Creates a new instance of | |
ValidationEventLocatorImpl(SAXParseException pException) Creates a new instance of |
Method Summary | |
---|---|
int | getColumnNumber() |
int | getLineNumber() |
Node | getNode() |
Object | getObject() |
int | getOffset() |
URL | getURL() |
void | setColumnNumber(int pColumnNumber) Sets the column number. |
void | setLineNumber(int pLineNumber) Sets the line number. |
void | setNode(Node pNode) Sets the node. |
void | setObject(Object pObject) Sets the object. |
void | setOffset(int pOffset) Sets the offset. |
void | setURL(URL pURL) Sets the URL. |
Creates a new instance of ValidationEventLocatorImpl
.
Creates a new instance of ValidationEventLocatorImpl
by copying data from the given org.xml.sax.Locator.
Parameters: pLocator The SAX locator where to copy from.
Creates a new instance of ValidationEventLocatorImpl
by setting the node property.
Parameters: pNode The node being referenced.
Creates a new instance of ValidationEventLocatorImpl
by setting the object property.
Parameters: pObject The object being referenced.
Creates a new instance of ValidationEventLocatorImpl
by copying data from the given org.xml.sax.SAXParseException.
Parameters: pException The SAX exception where to copy from.
Sets the column number.
Sets the line number.
Sets the node.
Sets the object.
Sets the offset.
Sets the URL.