Uses of Interface
org.xml.sax.Locator

Packages that use Locator
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
org.xml.sax   
org.xml.sax.helpers   
 

Uses of Locator in org.apache.batik.dom.util
 

Fields in org.apache.batik.dom.util declared as Locator
protected  Locator SAXDocumentFactory.locator
          The locator.
 

Methods in org.apache.batik.dom.util with parameters of type Locator
 void SAXDocumentFactory.setDocumentLocator(Locator l)
          SAX: Implements ContentHandler.setDocumentLocator(Locator).
 

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.
 void HandlerBase.setDocumentLocator(Locator locator)
          Deprecated. Receive a Locator object for document events.
 void DocumentHandler.setDocumentLocator(Locator locator)
          Deprecated. Receive an object for locating the origin of SAX document events.
 

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.
SAXParseException(java.lang.String message, Locator locator, java.lang.Exception e)
          Wrap an existing exception in a SAXParseException.
 

Uses of Locator in org.xml.sax.helpers
 

Classes in org.xml.sax.helpers that implement Locator
 class LocatorImpl
          Provide an optional convenience implementation of Locator.
 

Methods in org.xml.sax.helpers with parameters of type Locator
 void DefaultHandler.setDocumentLocator(Locator locator)
          Receive a Locator object for document events.
 void ParserAdapter.setDocumentLocator(Locator locator)
          Adapt a SAX1 document locator event.
 void XMLFilterImpl.setDocumentLocator(Locator locator)
          Filter a new document locator event.
 void XMLReaderAdapter.setDocumentLocator(Locator locator)
          Set a document locator.
 

Constructors in org.xml.sax.helpers with parameters of type Locator
LocatorImpl(Locator locator)
          Copy constructor.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.