Uses of Interface
org.xml.sax.Locator

Packages that use Locator
org.apache.mirae.j2me.xml.sax   
org.xml.sax   
org.xml.sax.helpers   
 

Uses of Locator in org.apache.mirae.j2me.xml.sax
 

Classes in org.apache.mirae.j2me.xml.sax that implement Locator
 class LocatorImpl
          This is an implementation of org.xml.sax.Locator
 

Uses of Locator in org.xml.sax
 

Constructors in org.xml.sax with parameters of type Locator
SAXParseException(java.lang.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.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.