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

See:
          Description

Interface Summary
IndexedElem  
 

Class Summary
AttrImpl  
AttrImplNS  
CDATASectionImpl  
Child  
CommentImpl  
DocumentFragmentImpl  
DocumentImpl  
DocumentTypeImpl  
DOMImplementationImpl  
ElementImpl  
ElementImplWithNS  
IndexedDocImpl  
IndexedElemImpl  
IndexedElemWithNS  
IndexedLocPathIterator **For advanced use only** This class extends NodeSet, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath IndexedUnionPathIterator **For advanced use only** This class extends NodeSet, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath UnionExpr.
LevelIndexer The XPath class represents the semantic parse tree of the XPath pattern.
LevelIndexIterator The responsibility of this class is to hide the internal workings of the LevelIndexer from the LocPathIterator, and to return nodes that: Belongs to the given parent; match the given node type; match the given namespace; match the given local name;
NameSpaceDecl  
NotationImpl  
Parent  
ProcessingInstructionImpl  
SourceTreeHandler This class handles SAX2 parse events to create a source tree for transformation.
StreeDOMBuilder  
StreeDOMHelper  
TextImpl  
WhiteSpace Right now this is the same as TextImpl.
 

Package org.apache.xalan.stree Description

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.

Version:
Alpha, 2.0.0, July 05, 2000
Author:
Scott Boag



Copyright © 2000 Apache XML Project. All Rights Reserved.