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

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

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
 

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



Copyright � 2000 Apache XML Project. All Rights Reserved.