javax.xml.bind.helpers
Class ValidationEventLocatorImpl
java.lang.Object
javax.xml.bind.helpers.ValidationEventLocatorImpl
- ValidationEventLocator
public class ValidationEventLocatorImpl
extends java.lang.Object
ValidationEventLocatorImpl
public ValidationEventLocatorImpl()
Creates a new instance of ValidationEventLocatorImpl
.
ValidationEventLocatorImpl
public ValidationEventLocatorImpl(Locator pLocator)
Creates a new instance of ValidationEventLocatorImpl
by copying data from the given org.xml.sax.Locator
.
pLocator
- The SAX locator where to copy from.
ValidationEventLocatorImpl
public ValidationEventLocatorImpl(Node pNode)
Creates a new instance of ValidationEventLocatorImpl
by setting the node property.
pNode
- The node being referenced.
ValidationEventLocatorImpl
public ValidationEventLocatorImpl(Object pObject)
Creates a new instance of ValidationEventLocatorImpl
by setting the object property.
pObject
- The object being referenced.
ValidationEventLocatorImpl
public ValidationEventLocatorImpl(SAXParseException pException)
Creates a new instance of ValidationEventLocatorImpl
by copying data from the given org.xml.sax.SAXParseException
.
pException
- The SAX exception where to copy from.
setColumnNumber
public void setColumnNumber(int pColumnNumber)
Sets the column number.
setLineNumber
public void setLineNumber(int pLineNumber)
Sets the line number.
setNode
public void setNode(Node pNode)
Sets the node.
setObject
public void setObject(Object pObject)
Sets the object.
setOffset
public void setOffset(int pOffset)
Sets the offset.
setURL
public void setURL(URL pURL)
Sets the URL.