Uses of Interface
org.xml.sax.Locator

Packages that use Locator
gnu.xml.aelfred2 This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those. 
gnu.xml.pipeline This package exposes a kind of XML processing pipeline, based on sending SAX events, which can be used as components of application architectures. 
gnu.xml.util This package contains XML utilities, including SAX2 XML writers and a parser of DOM trees, plus a command line driver. 
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 gnu.xml.aelfred2
 

Classes in gnu.xml.aelfred2 that implement Locator
 class SAXDriver
          An enhanced SAX2 version of Microstar's Ælfred XML parser.
 

Uses of Locator in gnu.xml.pipeline
 

Classes in gnu.xml.pipeline that implement Locator
 class XIncludeFilter
          Filter to process an XPointer-free subset of XInclude, supporting its use as a kind of replacement for parsed general entities.
 

Methods in gnu.xml.pipeline that return Locator
 Locator EventFilter.getDocumentLocator()
          Returns any locator provided to the next consumer, if this class (or a subclass) is handling ContentHandler events.
 

Methods in gnu.xml.pipeline with parameters of type Locator
 void EventFilter.setDocumentLocator(Locator locator)
          SAX2: passes this callback to the next consumer, if any
 void WellFormednessFilter.setDocumentLocator(Locator locator)
          Throws an exception when called after startDocument.
 void XIncludeFilter.setDocumentLocator(Locator locator)
          Passes "this" down the filter chain as a proxy locator.
 void DomConsumer.Handler.setDocumentLocator(Locator locator)
           
 void TeeConsumer.setDocumentLocator(Locator locator)
           
 

Uses of Locator in gnu.xml.util
 

Methods in gnu.xml.util with parameters of type Locator
 void XMLWriter.setDocumentLocator(Locator l)
          SAX1: provides parser status information
 

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.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2008-04-13.