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

Since
JAXB1.0
Version
$Revision: 1.2 $
Serial
Hierarchy
 ValidationEventLocator
Subinterfaces
Description
public interface ValidationEventLocator
  Encapsulate the location of a ValidationEvent.
See also:    Validator ValidationEvent
Methods
Hide/Show inherited methods
public int getColumnNumber ()
  Return the column number if available
public int getLineNumber ()
  Return the line number if available
public Node getNode ()
  Return a reference to the DOM Node if available
public Object getObject ()
  Return a reference to the object in the Java content tree if available
public int getOffset ()
  Return the byte offset if available
public URL getURL ()
  Return the name of the XML source as a URL if available
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar