API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.xml.sax.ext. Locator2Impl View Source
Author(s)
David Brownell
Since
SAX 2.0.2
Version
TBS
Serial
Hierarchy
 Object
      LocatorImpl
          Locator2Impl
Implements
 Locator2
Subclasses
Description
public class Locator2Impl
  SAX2 extension helper for holding additional Entity information, implementing the Locator2 interface.
See also:   
Constructors
public Locator2Impl ()
  Construct a new, empty Locator2Impl object.
public Locator2Impl (Locator locator)
  Copy an existing Locator or Locator2 object.
Methods
Hide/Show inherited methods
public int getColumnNumber () [Inherited From LocatorImpl]
  Return the saved column number (1-based).
public String getEncoding () [Specified in Locator2]
  Returns the current value of the encoding property.
public int getLineNumber () [Inherited From LocatorImpl]
  Return the saved line number (1-based).
public String getPublicId () [Inherited From LocatorImpl]
  Return the saved public identifier.
public String getSystemId () [Inherited From LocatorImpl]
  Return the saved system identifier.
public String getXMLVersion () [Specified in Locator2]
  Returns the current value of the version property.
public void setColumnNumber (int columnNumber) [Inherited From LocatorImpl]
  Set the column number for this locator (1-based).
public void setEncoding (String encoding)
  Assigns the current value of the encoding property.
public void setLineNumber (int lineNumber) [Inherited From LocatorImpl]
  Set the line number for this locator (1-based).
public void setPublicId (String publicId) [Inherited From LocatorImpl]
  Set the public identifier for this locator.
public void setSystemId (String systemId) [Inherited From LocatorImpl]
  Set the system identifier for this locator.
public void setXMLVersion (String version)
  Assigns the current value of the version property.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar