API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.xml.sax. Locator View Source
Author(s)
David Megginson
Since
SAX 1.0
Version
2.0.1 (sax2r2)
Serial
Hierarchy
 Locator
Subinterfaces
Description
public interface Locator
  Interface for associating a SAX event with a document location.
Methods
Hide/Show inherited methods
public int getColumnNumber ()
  Return the column number where the current document event ends.
public int getLineNumber ()
  Return the line number where the current document event ends.
public String getPublicId ()
  Return the public identifier for the current document event.
public String getSystemId ()
  Return the system identifier for the current document event.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar