Package com.tailf.navu
Class NavuXPathContext
Object
com.tailf.navu.NavuXPathContext
This class contains Node context for
a callback iterator implementing
NavuNodeSetIterate
which is used by
NavuNode.xPathSelectIterate(String, NavuNodeSetIterate)
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NavuXPathContext
public NavuXPathContext()
-
-
Method Details
-
getValue
get NavuNode value if applicable- Returns:
- ConfValue
-
getNode
Get current NavuNode- Returns:
- NavuNode
-
nextNode
public void nextNode()Continue iteration to next node after this invocation -
stopNode
public void stopNode()Stop iteration after this invocation. -
state
Iteration state object, if set for the iteration- Returns:
- opaque object
-