Frames | No Frames |
Classes derived from org.apache.xml.dtm.ref.DTMAxisIteratorBase | |
class | Iterator that returns the ancestors of a given node in document
order. |
class | Iterator that returns attribute nodes (of what nodes?)
|
class | Iterator that returns all immediate children of a given node
|
class | Iterator that returns the descendants of a given node.
|
class | Iterator that returns following nodes of for a given node.
|
class | Iterator that returns all siblings of a given node.
|
class | Iterator that returns the parent of a given node. |
class | Iterator that returns preceding nodes of a given node.
|
class | Iterator that returns preceding siblings of a given node
|
class | Typed iterator that returns the ancestors of a given node.
|
class | Iterator that returns attribute nodes of a given type
|
class | Iterator that returns children of a given type for a given node.
|
class | Typed iterator that returns the descendants of a given node.
|
class | Iterator that returns following nodes of a given type for a given node.
|
class | Iterator that returns all following siblings of a given node.
|
class | Iterator that returns preceding nodes of agiven type for a
given node. |
class | Iterator that returns preceding siblings of a given type for
a given node
|
class | Iterator that returns the namespace nodes as defined by the XPath data model
for a given node, filtered by extended type ID.
|
class | Iterator that returns a given node only if it is of a given type.
|
Classes derived from org.apache.xml.dtm.ref.DTMAxisIteratorBase | |
class | Iterator that returns the ancestors of a given node in document
order. |
class | Iterator that returns attribute nodes (of what nodes?)
|
class | Iterator that returns all immediate children of a given node
|
class | Iterator that returns the descendants of a given node.
|
class | Iterator that returns following nodes of for a given node.
|
class | Iterator that returns all siblings of a given node.
|
class | Abstract superclass defining behaviors shared by all DTMDefault's
internal implementations of DTMAxisIterator. |
class | Iterator that returns attributes within a given namespace for a node.
|
class | Iterator that returns children within a given namespace for a
given node. |
class | Iterator that returns the namespace nodes as defined by the XPath data model
for a given node.
|
class | Iterator that returns the descendants of a given node.
|
class | Iterator that returns the parent of a given node. |
class | Iterator that returns preceding nodes of a given node.
|
class | Iterator that returns preceding siblings of a given node
|
class | Iterator that returns the the root node as defined by the XPath data model
for a given node.
|
class | Class SingletonIterator.
|
class | Typed iterator that returns the ancestors of a given node.
|
class | Iterator that returns attribute nodes of a given type
|
class | Iterator that returns children of a given type for a given node.
|
class | Typed iterator that returns the descendants of a given node.
|
class | Iterator that returns following nodes of a given type for a given node.
|
class | Iterator that returns all following siblings of a given node.
|
class | Iterator that returns the namespace nodes as defined by the XPath data model
for a given node, filtered by extended type ID.
|
class | Iterator that returns preceding nodes of agiven type for a
given node. |
class | Iterator that returns preceding siblings of a given type for
a given node
|
class | Iterator that returns the namespace nodes as defined by the XPath data model
for a given node, filtered by extended type ID.
|
class | Iterator that returns a given node only if it is of a given type.
|
Classes derived from org.apache.xml.dtm.ref.DTMAxisIteratorBase | |
class | Absolute iterators ignore the node that is passed to setStartNode().
|
class | CachedNodeListIterator is used for select expressions in a
variable or parameter. |
class | A ClonedNodeListIterator is returned by the cloneIterator() method
of a CachedNodeListIterator. |
class | Iterators of this kind use a CurrentNodeListFilter to filter a subset of
nodes from a source iterator. |
class | Removes duplicates and sorts a source iterator. |
class | Extends a StepIterator by adding the ability to filter nodes. |
class | Similar to a CurrentNodeListIterator except that the filter has a
simpler interface (only needs the node, no position, last, etc.)
|
class | This iterator is a wrapper that always returns the position of
a node in document order. |
class | Stores mappings of key values or IDs to DTM nodes.
|
class | An iterator representing the result of a reference to either the
XSLT key function or the XPath id function.
|
class | This is a special kind of iterator that takes a source iterator and a
node N. |
class | MultiValuedNodeHeapIterator takes a set of multi-valued
heap nodes and produces a merged NodeSet in document order with duplicates
removed.
Each multi-valued heap node (which might be a
DTMAxisIterator , but that's not necessary)
generates DTM node handles in document order. |
class | |
class | Iterator that returns attributes within a given namespace for a node.
|
class | Iterator that returns children within a given namespace for a
given node. |
class | Iterator that handles node tests that test for a namespace, but have
a wild card for the local name of the node, i.e., node tests of the
form |
class | Iterator that returns the namespace nodes as defined by the XPath data
model for a given node, filtered by extended type ID.
|
class | The SimpleIterator is designed to support the nodeset() extension function. |
class | The SingletonIterator is used for the self axis.
|
class | |
class | |
class | A step iterator is used to evaluate expressions like "BOOK/TITLE".
|
class | UnionIterator takes a set of NodeIterators and produces
a merged NodeSet in document order with duplicates removed
The individual iterators are supposed to generate nodes
in document order
|