|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeIteratorBase | |
org.apache.xalan.xsltc.dom |
Uses of NodeIteratorBase in org.apache.xalan.xsltc.dom |
Subclasses of NodeIteratorBase in org.apache.xalan.xsltc.dom | |
class |
AbsoluteIterator
Absolute iterators ignore the node that is passed to setStartNode(). |
class |
CurrentNodeListIterator
Iterators of this kind use a CurrentNodeListFilter to filter a subset of nodes from a source iterator. |
class |
DupFilterIterator
Removes duplicates and sorts a source iterator. |
class |
FilteredStepIterator
Extends a StepIterator by adding the ability to filter nodes. |
class |
FilterIterator
Similar to a CurrentNodeListIterator except that the filter has a simpler interface (only needs the node, no position, last, etc.) It takes a source iterator and a Filter object and returns nodes from the source after filtering them by calling filter.test(node). |
class |
ForwardPositionIterator
This iterator is a wrapper that always returns the position of a node in document order. |
class |
KeyIndex
|
class |
MatchingIterator
This is a special kind of iterator that takes a source iterator and a node N. |
class |
NthIterator
|
class |
SingletonIterator
|
class |
SortingIterator
|
class |
StepIterator
A step iterator is used to evaluate expressions like "BOOK/TITLE". |
class |
UnionIterator
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |