Uses of Class
org.apache.xalan.stree.Parent

Packages that use Parent
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 -- derived nodes can index the children, and, combined with specialized node iterators (and tree walkers) can provide optimal child retrieval. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
 

Uses of Parent in org.apache.xalan.stree
 

Subclasses of Parent in org.apache.xalan.stree
 class DocumentFragmentImpl
           
 class DocumentImpl
           
 class ElementImpl
           
 class ElementImplWithNS
           
 class IndexedDocImpl
           
 class IndexedElemImpl
           
 class IndexedElemWithNS
           
 

Uses of Parent in org.apache.xalan.transformer
 

Subclasses of Parent in org.apache.xalan.transformer
 class ResultTreeFrag
          **For internal use only** Container of a result tree fragment.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.