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

Packages that use DeclHandler
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.dom   
 

Uses of DeclHandler in org.apache.xalan.serialize
 

Classes in org.apache.xalan.serialize that implement DeclHandler
 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 DeclHandler in org.apache.xalan.stree
 

Classes in org.apache.xalan.stree that implement DeclHandler
 class SourceTreeHandler
          This class handles SAX2 parse events to create a source tree for transformation.
 

Uses of DeclHandler in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement DeclHandler
 class TransformerIdentityImpl
          This class implements an identity transformer for and {@link javax.xml.transform.TransformerFactory#newTransformer().
 

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

Uses of DeclHandler in org.apache.xalan.xsltc.dom
 

Classes in org.apache.xalan.xsltc.dom that implement DeclHandler
 class DTDMonitor
           
 



Copyright © 2000 Apache XML Project. All Rights Reserved.