public interface NodeIterator
Modifier and Type | Method and Description |
---|---|
XNode |
next()
Returns next node in the set.
|
XNode next() throws EvalException
null
after all nodes
in the set have been returned.EvalException
- if next node cannot be obtained (node sets are
almost always lazily evaluated)