API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.helpers. ValidationEventLocatorImpl View Source
Author(s)

Since
JAXB1.0
Version
$Revision: 1.1 $
Serial
Hierarchy
 Object
      ValidationEventLocatorImpl
Implements
 ValidationEventLocator
Subclasses
Description
public class ValidationEventLocatorImpl
  Default implementation of the ValidationEventLocator interface.
Constructors
public ValidationEventLocatorImpl ()
Creates an object with all fields unavailable.
public ValidationEventLocatorImpl (Locator loc)
  Constructs an object from an org.xml.sax.Locator.
public ValidationEventLocatorImpl (Node _node)
  Constructs an object that points to a DOM Node.
public ValidationEventLocatorImpl (Object _object)
  Constructs an object that points to a JAXB content object.
public ValidationEventLocatorImpl (SAXParseException e)
  Constructs an object from the location information of a SAXParseException.
Methods
Hide/Show inherited methods
public int getColumnNumber () [Specified in ValidationEventLocator]
 
public int getLineNumber () [Specified in ValidationEventLocator]
 
public Node getNode () [Specified in ValidationEventLocator]
 
public Object getObject () [Specified in ValidationEventLocator]
 
public int getOffset () [Specified in ValidationEventLocator]
 
public URL getURL () [Specified in ValidationEventLocator]
 
public void setColumnNumber (int _columnNumber)
  Set the columnNumber field on this event locator.
public void setLineNumber (int _lineNumber)
  Set the lineNumber field on this event locator.
public void setNode (Node _node)
  Set the Node field on this event locator.
public void setObject (Object _object)
  Set the Object field on this event locator.
public void setOffset (int _offset)
  Set the offset field on this event locator.
public void setURL (URL _url)
  Set the URL field on this event locator.
public String toString ()
  Returns a string representation of this object in a format helpful to debugging.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar