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

Packages that use DeclHandler
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through a "streamable" result set. 
org.apache.xalan.serialize Processes SAX events into streams. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.xsltc.dom   
org.apache.xml.dtm   
org.apache.xml.dtm.ref   
org.apache.xml.dtm.ref.dom2dtm   
org.apache.xml.dtm.ref.sax2dtm   
 

Uses of DeclHandler in org.apache.xalan.lib.sql
 

Methods in org.apache.xalan.lib.sql that return DeclHandler
 DeclHandler DTMDocument.getDeclHandler()
           
 

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

Classes in org.apache.xalan.transformer that implement DeclHandler
 class TransformerHandlerImpl
          A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.
 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
           
 

Uses of DeclHandler in org.apache.xml.dtm
 

Methods in org.apache.xml.dtm that return DeclHandler
 DeclHandler DTM.getDeclHandler()
          Return this DTM's DeclHandler, if it has one.
 

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

Methods in org.apache.xml.dtm.ref that return DeclHandler
 DeclHandler DTMDocumentImpl.getDeclHandler()
          Return this DTM's DeclHandler.
 

Uses of DeclHandler in org.apache.xml.dtm.ref.dom2dtm
 

Methods in org.apache.xml.dtm.ref.dom2dtm that return DeclHandler
 DeclHandler DOM2DTM.getDeclHandler()
          Return this DTM's DeclHandler.
 

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

Classes in org.apache.xml.dtm.ref.sax2dtm that implement DeclHandler
 class SAX2DTM
          This class implements a DTM that tends to be optimized more for speed than for compactness, that is constructed via SAX2 ContentHandler events.
 class SAX2RTFDTM
          This is a subclass of SAX2DTM which has been modified to meet the needs of Result Tree Frameworks (RTFs).
 

Methods in org.apache.xml.dtm.ref.sax2dtm that return DeclHandler
 DeclHandler SAX2DTM.getDeclHandler()
          Return this DTM's DeclHandler.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.