Uses of Interface
org.xml.sax.ext.LexicalHandler

Packages that use LexicalHandler
javax.xml.transform.sax This package implements SAX2-specific transformation APIs. 
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.xml.utils Implementation of Xalan utility classes. 
 

Uses of LexicalHandler in javax.xml.transform.sax
 

Subinterfaces of LexicalHandler in javax.xml.transform.sax
 interface TransformerHandler
          A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.
 

Methods in javax.xml.transform.sax that return LexicalHandler
 LexicalHandler SAXResult.getLexicalHandler()
          Get a SAX2 LexicalHandler for the output.
 

Methods in javax.xml.transform.sax with parameters of type LexicalHandler
 void SAXResult.setLexicalHandler(LexicalHandler handler)
          Set the SAX2 LexicalHandler for the output.
 

Uses of LexicalHandler in org.apache.xalan.serialize
 

Classes in org.apache.xalan.serialize that implement LexicalHandler
 class SerializerToHTML
           SerializerToHTML formats SAX-style events into XML.
 class SerializerToText
           This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and produces simple text only.
 class SerializerToXML
           SerializerToXML formats SAX-style events into XML.
 

Uses of LexicalHandler in org.apache.xalan.stree
 

Classes in org.apache.xalan.stree that implement LexicalHandler
 class SourceTreeHandler
          This class handles SAX2 parse events to create a source tree for transformation.
 class StreeDOMBuilder
          **For internal use only** This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and adds the result to a document or document fragment.
 

Uses of LexicalHandler in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement LexicalHandler
 class ResultTreeHandler
          This class is a layer between the direct calls to the result tree content handler, and the transformer.
 class TransformerIdentityImpl
          This class implements an identity transformer for and {@link javax.xml.transform.TransformerFactory#newTransformer().
 

Methods in org.apache.xalan.transformer that return LexicalHandler
 LexicalHandler TransformerImpl.getInputLexicalHandler()
          Get a SAX2 LexicalHandler for the input.
 

Uses of LexicalHandler in org.apache.xml.utils
 

Classes in org.apache.xml.utils that implement LexicalHandler
 class DOMBuilder
           This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and adds the result to a document or document fragment.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.