Uses of Interface
org.xml.sax.Locator

Packages that use Locator
org.apache.xalan.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
org.apache.xalan.serialize Processes SAX events into streams. 
org.apache.xalan.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.xsltc.runtime   
org.apache.xml.utils Implementation of Xalan utility classes. 
org.xml.sax SAX 2.0 interfaces. 
org.xml.sax.helpers SAX 2.0 implementation classes. 
 

Uses of Locator in org.apache.xalan.processor
 

Methods in org.apache.xalan.processor with parameters of type Locator
 void StylesheetHandler.setDocumentLocator(Locator locator)
          Receive a Locator object for document events.
 

Uses of Locator in org.apache.xalan.serialize
 

Methods in org.apache.xalan.serialize with parameters of type Locator
 void SerializerToXML.setDocumentLocator(Locator locator)
          Receive an object for locating the origin of SAX document events.
 void SerializerToText.setDocumentLocator(Locator locator)
          Receive an object for locating the origin of SAX document events.
 

Uses of Locator in org.apache.xalan.stree
 

Methods in org.apache.xalan.stree with parameters of type Locator
 void SourceTreeHandler.setDocumentLocator(Locator locator)
          Implement the setDocumentLocator event.
 

Uses of Locator in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer with parameters of type Locator
 void TransformerIdentityImpl.setDocumentLocator(Locator locator)
          Receive a Locator object for document events.
 void ResultTreeHandler.setDocumentLocator(Locator locator)
          To fullfill the FormatterListener interface...
 

Uses of Locator in org.apache.xalan.xsltc.runtime
 

Methods in org.apache.xalan.xsltc.runtime with parameters of type Locator
 void DefaultSAXOutputHandler.setDocumentLocator(Locator locator)
          SAX2: Receive an object for locating the origin of SAX document events.
 

Uses of Locator in org.apache.xml.utils
 

Classes in org.apache.xml.utils that implement Locator
 class SAXSourceLocator
          Class SAXSourceLocator extends org.xml.sax.helpers.LocatorImpl for the purpose of implementing the SourceLocator interface, and thus can be both a SourceLocator and a SAX Locator.
 class SerializableLocatorImpl
          The standard SAX implementation of LocatorImpl is not serializable, limiting its utility as "a persistent snapshot of a locator".
 

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

Constructors in org.apache.xml.utils with parameters of type Locator
SAXSourceLocator.SAXSourceLocator(Locator locator)
          Constructor SAXSourceLocator
SerializableLocatorImpl.SerializableLocatorImpl(Locator locator)
          Copy constructor.
 

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.SAXParseException(java.lang.String message, Locator locator)
          Create a new SAXParseException from a message and a Locator.
SAXParseException.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 XMLFilterImpl.setDocumentLocator(Locator locator)
          Filter a new document locator event.
 void ParserAdapter.setDocumentLocator(Locator locator)
          Adapt a SAX1 document locator event.
 void XMLReaderAdapter.setDocumentLocator(Locator locator)
          Set a document locator.
 

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



Copyright © 2000 Apache XML Project. All Rights Reserved.