public class ArrayNodeIterator extends Object implements NodeIterator
Constructor and Description |
---|
ArrayNodeIterator(XNode[] nodes)
Constructs a node set containing the nodes found in specified array.
|
ArrayNodeIterator(XNode[] nodes,
int start,
int end)
Constructs a node set containing the nodes found in specified range of
specified array.
|
public ArrayNodeIterator(XNode[] nodes)
public ArrayNodeIterator(XNode[] nodes, int start, int end)
public XNode next()
NodeIterator
null
after all nodes
in the set have been returned.next
in interface NodeIterator