public abstract static class Navigator.BaseEnumeration extends AxisIteratorImpl
BaseEnumeration takes responsibility for incrementing position when next() is called. The advance() method in a subclass should therefore not modify position.
current, position
GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD
Constructor and Description |
---|
Navigator.BaseEnumeration() |
Modifier and Type | Method and Description |
---|---|
abstract void |
advance()
The advance() method must be provided in each concrete implementation.
|
abstract 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, position
public final NodeInfo next()
UnfailingIterator
public abstract void advance()
public abstract AxisIterator getAnother()
UnfailingIterator
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.