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.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.xsltc.compiler   
org.apache.xalan.xsltc.trax   
org.apache.xml.dtm.ref   
org.apache.xml.dtm.ref.sax2dtm   
org.apache.xml.serializer Processes SAX events into streams. 
org.apache.xml.utils Implementation of Xalan utility classes. 
org.xml.sax   
org.xml.sax.ext   
org.xml.sax.helpers   
 

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.transformer
 

Methods in org.apache.xalan.transformer with parameters of type Locator
 void TransformerHandlerImpl.setDocumentLocator(Locator locator)
          Filter a new document locator event.
 void TransformerIdentityImpl.setDocumentLocator(Locator locator)
          Receive a Locator object for document events.
 

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

Methods in org.apache.xalan.xsltc.compiler with parameters of type Locator
 void Parser.setDocumentLocator(Locator locator)
          Store the document locator to later retrieve line numbers of all elements from the stylesheet
 

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

Classes in org.apache.xalan.xsltc.trax that implement Locator
 class DOM2SAX
           
 class DOM2TO
           
 

Methods in org.apache.xalan.xsltc.trax with parameters of type Locator
 void TransformerHandlerImpl.setDocumentLocator(Locator locator)
          Implements org.xml.sax.ContentHandler.setDocumentLocator() Receive an object for locating the origin of SAX document events.
 void SAX2DOM.setDocumentLocator(Locator locator)
          This class is only used internally so this method should never be called.
 void TemplatesHandlerImpl.setDocumentLocator(Locator locator)
          Set internal system Id and forward SAX2 event to parser object.
 

Uses of Locator in org.apache.xml.dtm.ref
 

Methods in org.apache.xml.dtm.ref with parameters of type Locator
 void IncrementalSAXSource_Filter.setDocumentLocator(Locator locator)
           
 void DTMDocumentImpl.setDocumentLocator(Locator locator)
           
 

Uses of Locator in org.apache.xml.dtm.ref.sax2dtm
 

Methods in org.apache.xml.dtm.ref.sax2dtm with parameters of type Locator
 void SAX2DTM.setDocumentLocator(Locator locator)
          Receive a Locator object for document events.
 

Uses of Locator in org.apache.xml.serializer
 

Methods in org.apache.xml.serializer with parameters of type Locator
 void EmptySerializer.setDocumentLocator(Locator arg0)
           
 void SerializerBase.setDocumentLocator(Locator locator)
          Receive an object for locating the origin of SAX document events.
 void ToXMLSAXHandler.setDocumentLocator(Locator arg0)
           
 void ToTextSAXHandler.setDocumentLocator(Locator arg0)
          Deprecated.  
 void ToHTMLSAXHandler.setDocumentLocator(Locator arg0)
          Deprecated. Does nothing.
 void ToUnknownStream.setDocumentLocator(Locator locator)
          Pass the call on to the underlying handler
 

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.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.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 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)
          Adapter implementation method; do not call.
 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 © 2006 Apache XML Project. All Rights Reserved.