Package org.apache.xml.dtm.ref.sax2dtm

Class Summary

SAX2DTM This class implements a DTM that tends to be optimized more for speed than for compactness, that is constructed via SAX2 ContentHandler events.
SAX2DTM2 SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.
SAX2DTM2.AncestorIterator Iterator that returns the ancestors of a given node in document order.
SAX2DTM2.AttributeIterator Iterator that returns attribute nodes (of what nodes?)
SAX2DTM2.ChildrenIterator Iterator that returns all immediate children of a given node
SAX2DTM2.DescendantIterator Iterator that returns the descendants of a given node.
SAX2DTM2.FollowingIterator Iterator that returns following nodes of for a given node.
SAX2DTM2.FollowingSiblingIterator Iterator that returns all siblings of a given node.
SAX2DTM2.ParentIterator Iterator that returns the parent of a given node.
SAX2DTM2.PrecedingIterator Iterator that returns preceding nodes of a given node.
SAX2DTM2.PrecedingSiblingIterator Iterator that returns preceding siblings of a given node
SAX2DTM2.TypedAncestorIterator Typed iterator that returns the ancestors of a given node.
SAX2DTM2.TypedAttributeIterator Iterator that returns attribute nodes of a given type
SAX2DTM2.TypedChildrenIterator Iterator that returns children of a given type for a given node.
SAX2DTM2.TypedDescendantIterator Typed iterator that returns the descendants of a given node.
SAX2DTM2.TypedFollowingIterator Iterator that returns following nodes of a given type for a given node.
SAX2DTM2.TypedFollowingSiblingIterator Iterator that returns all following siblings of a given node.
SAX2DTM2.TypedPrecedingIterator Iterator that returns preceding nodes of agiven type for a given node.
SAX2DTM2.TypedPrecedingSiblingIterator Iterator that returns preceding siblings of a given type for a given node
SAX2DTM2.TypedRootIterator Iterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.
SAX2DTM2.TypedSingletonIterator Iterator that returns a given node only if it is of a given type.
SAX2RTFDTM This is a subclass of SAX2DTM which has been modified to meet the needs of Result Tree Frameworks (RTFs).

Copyright © 2006 Apache XML Project. All Rights Reserved.