Uses of Interface
org.xml.sax.Locator

Packages that use Locator
org.xml.sax This package provides the core of the Java ME SAX API subset defined by JSR 280. 
org.xml.sax.helpers   
 

Uses of Locator in org.xml.sax
 

Methods in org.xml.sax with parameters of type Locator
 void ContentHandler.setDocumentLocator(Locator locator)
          Receive an object for locating the origin of SAX document events.
 

Constructors in org.xml.sax with parameters of type Locator
SAXParseException(String message, Locator locator)
          Create a new SAXParseException from a message and a Locator.
 

Uses of Locator in org.xml.sax.helpers
 

Methods in org.xml.sax.helpers with parameters of type Locator
 void DefaultHandler.setDocumentLocator(Locator locator)
          Receive a Locator object for document events.
 



No warranty, no copyright, This is public domain. See the Copyright Notice for details.