SequenceIterator, AxisIterator, UnfailingIteratorpublic static class Navigator.EmptyTextFilter extends AxisIteratorImpl
current, positionGROUNDED, LAST_POSITION_FINDER, LOOKAHEAD| Constructor | Description |
|---|---|
EmptyTextFilter(AxisIterator base) |
Construct an EmptyTextFilter
|
| Modifier and Type | Method | Description |
|---|---|---|
AxisIterator |
getAnother() |
Get another iterator over the same sequence of items, positioned at the
start of the sequence.
|
NodeInfo |
next() |
Get the next item in the sequence.
|
atomize, close, current, getProperties, getStringValue, iterateAxis, moveNext, positionpublic EmptyTextFilter(AxisIterator base)
base - the underlying iterator that returns all the nodes on
a required axis. This must not be an atomizing iteratorpublic NodeInfo next()
UnfailingIteratorpublic AxisIterator getAnother()
UnfailingIterator