AtomizableIterator
, AxisIterator
, SequenceIterator
public static class Navigator.AxisFilter extends AxisIteratorImpl
current, position
ATOMIZABLE, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD
Constructor | Description |
---|---|
AxisFilter(AxisIterator base,
NodeTest test) |
S
Construct a AxisFilter
|
Modifier and Type | Method | Description |
---|---|---|
SequenceIterator |
getAnother() |
Get another iterator over the same sequence of items, positioned at the
start of the sequence.
|
Item |
next() |
Get the next item in the sequence.
|
current, getProperties, isAtomizing, position, setIsAtomizing
public AxisFilter(AxisIterator base, NodeTest test)
base
- the underlying iterator that returns all the nodes on
a required axis. This must not be an atomizing iterator!test
- a NodeTest that is applied to each node returned by the
underlying AxisIterator; only those nodes that pass the NodeTest are
returned by the AxisFilterpublic Item next()
AxisIterator
public SequenceIterator getAnother()
AxisIterator