API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.xml.sax.helpers. LocatorImpl View Source
Author(s)
David Megginson
Since
SAX 1.0
Version
2.0.1 (sax2r2)
Serial
Hierarchy
 Object
      LocatorImpl
Implements
 Locator
Subclasses
Description
public class LocatorImpl
  Provide an optional convenience implementation of Locator.
See also:    Locator
Constructors
public LocatorImpl ()
  Zero-argument constructor.
public LocatorImpl (Locator locator)
  Copy constructor.
Methods
Hide/Show inherited methods
public int getColumnNumber () [Specified in Locator]
  Return the saved column number (1-based).
public int getLineNumber () [Specified in Locator]
  Return the saved line number (1-based).
public String getPublicId () [Specified in Locator]
  Return the saved public identifier.
public String getSystemId () [Specified in Locator]
  Return the saved system identifier.
public void setColumnNumber (int columnNumber)
  Set the column number for this locator (1-based).
public void setLineNumber (int lineNumber)
  Set the line number for this locator (1-based).
public void setPublicId (String publicId)
  Set the public identifier for this locator.
public void setSystemId (String systemId)
  Set the system identifier for this locator.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar