public interface NavuNodeSetIterate
NavuNode.xPathSelectIterate(String, NavuNodeSetIterate)
The iterate method is called for each node iteration.| Modifier and Type | Method and Description |
|---|---|
void |
iterate(NavuXPathContext ctx)
This callback method is called for each iteration of a
xPathSelectIterate().
|
void iterate(NavuXPathContext ctx)
NavuXPathContext.getNode()
and also important control iteration with calls to
NavuXPathContext.nextNode() or
NavuXPathContext.stopNode()ctx - context controlling the iteration.