public class NavuXPathContext extends Object
NavuNodeSetIterate
which is used by
NavuNode.xPathSelectIterate(String, NavuNodeSetIterate)
Constructor and Description |
---|
NavuXPathContext() |
Modifier and Type | Method and Description |
---|---|
NavuNode |
getNode()
Get current NavuNode
|
ConfValue |
getValue()
get NavuNode value if applicable
|
void |
nextNode()
Continue iteration to next node after this invocation
|
Object |
state()
Iteration state object, if set for the iteration
|
void |
stopNode()
Stop iteration after this invocation.
|
public ConfValue getValue()
public NavuNode getNode()
public void nextNode()
public void stopNode()
public Object state()