Package com.tailf.navu
Interface NavuNodeSetIterate
public interface NavuNodeSetIterate
This class is used by
NavuNode.xPathSelectIterate(String, NavuNodeSetIterate)
The iterate method is called for each node iteration.-
Method Summary
Modifier and TypeMethodDescriptionvoid
iterate
(NavuXPathContext ctx) This callback method is called for each iteration of a xPathSelectIterate().
-
Method Details