public interface AxisIterator extends UnfailingIterator
GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD| Modifier and Type | Method and Description |
|---|---|
Value |
atomize()
Return the atomized value of the current node.
|
CharSequence |
getStringValue()
Return the string value of the current node.
|
AxisIterator |
iterateAxis(byte axis,
NodeTest test)
Return an iterator over an axis, starting at the current node.
|
boolean |
moveNext()
Move to the next node, without returning it.
|
current, getAnother, next, positionclose, getPropertiesboolean moveNext()
AxisIterator iterateAxis(byte axis, NodeTest test)
axis - the axis to iterate over, using a constant such as
Axis.CHILDtest - a predicate to apply to the nodes before returning them.NullPointerException - if there is no current nodeValue atomize() throws XPathException
NullPointerException - if there is no current nodeXPathExceptionCharSequence getStringValue()
NullPointerException - if there is no current node