net.sf.saxon.om
public class NodeArrayIterator extends ArrayIterator implements AxisIterator
Constructor Summary | |
---|---|
NodeArrayIterator(NodeInfo[] nodes) | |
NodeArrayIterator(NodeInfo[] nodes, int start, int end) |
Method Summary | |
---|---|
Value | atomize()
Return the atomized value of the current node.
|
SequenceIterator | getAnother()
Get another iterator over the same items
|
SequenceIterator | getReverseIterator()
Get an iterator that processes the same items in reverse order
|
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. |
Returns: the atomized value.
Throws: NullPointerException if there is no current node
Returns: a new ArrayIterator
Returns: a new ArrayIterator
Returns: the string value, as an instance of CharSequence.
Throws: NullPointerException if there is no current node
Parameters: axis the axis to iterate over, using a constant such as CHILD test a predicate to apply to the nodes before returning them.
Throws: NullPointerException if there is no current node