Uses of Interface
org.xml.sax.Locator

Packages that use Locator
org.apache.html.dom   
org.apache.xerces.util   
org.apache.xml.resolver.readers Apache XML Commons Resolver Readers package. 
org.apache.xml.resolver.tools Apache XML Commons Resolver Tools package. 
org.apache.xml.serialize   
org.xml.sax This package provides the core SAX APIs. 
org.xml.sax.ext This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. 
org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. 
 

Uses of Locator in org.apache.html.dom
 

Methods in org.apache.html.dom with parameters of type Locator
 void HTMLBuilder.setDocumentLocator(Locator locator)
           
 

Uses of Locator in org.apache.xerces.util
 

Classes in org.apache.xerces.util that implement Locator
 class LocatorProxy
          Wraps XMLLocator and make it look like a SAX Locator.
 

Methods in org.apache.xerces.util that return Locator
 Locator SAXLocatorWrapper.getLocator()
           
 

Methods in org.apache.xerces.util with parameters of type Locator
 void SAXLocatorWrapper.setLocator(Locator locator)
           
 

Uses of Locator in org.apache.xml.resolver.readers
 

Methods in org.apache.xml.resolver.readers with parameters of type Locator
 void OASISXMLCatalogReader.setDocumentLocator(Locator locator)
          The SAX setDocumentLocator method does nothing.
 void XCatalogReader.setDocumentLocator(Locator locator)
          The SAX setDocumentLocator method does nothing.
 void SAXParserHandler.setDocumentLocator(Locator locator)
           
 void SAXCatalogReader.setDocumentLocator(Locator locator)
          The SAX setDocumentLocator method.
 

Uses of Locator in org.apache.xml.resolver.tools
 

Methods in org.apache.xml.resolver.tools with parameters of type Locator
 void ResolvingParser.setDocumentLocator(Locator locator)
          Deprecated. SAX DocumentHandler API.
 

Uses of Locator in org.apache.xml.serialize
 

Methods in org.apache.xml.serialize with parameters of type Locator
 void BaseMarkupSerializer.setDocumentLocator(Locator locator)
          Deprecated.  
 

Uses of Locator in org.xml.sax
 

Methods in org.xml.sax with parameters of type Locator
 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.
 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(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.ext
 

Subinterfaces of Locator in org.xml.sax.ext
 interface Locator2
          SAX2 extension to augment the entity information provided though a Locator.
 

Classes in org.xml.sax.ext that implement Locator
 class Locator2Impl
          SAX2 extension helper for holding additional Entity information, implementing the Locator2 interface.
 

Constructors in org.xml.sax.ext with parameters of type Locator
Locator2Impl(Locator locator)
          Copy an existing Locator or Locator2 object.
 

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 XMLReaderAdapter.setDocumentLocator(Locator locator)
          Set a document locator.
 void XMLFilterImpl.setDocumentLocator(Locator locator)
          Filter a new document locator event.
 void ParserAdapter.setDocumentLocator(Locator locator)
          Adapter implementation method; do not call.
 void DefaultHandler.setDocumentLocator(Locator locator)
          Receive a Locator object for document events.
 

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