org.apache.xpath.axes
public class ReverseAxesWalker extends AxesWalker
See Also: XPath 2.4 Predicates
Method Summary | |
---|---|
void | detach()
Detaches the walker from the set which it iterated over, releasing
any computational resources and placing the iterator in the INVALID
state. |
int | getLastPos(XPathContext xctxt)
Get the number of nodes in this node list. |
boolean | isDocOrdered()
Returns true if all the nodes in the iteration well be returned in document
order.
|
boolean | isReverseAxes()
Tells if this is a reverse axes. |
void | setRoot(int root)
Set the root node of the TreeWalker.
|
Parameters: xctxt The XPath runtime context.
Returns: the number of nodes in this node list.
Returns: false.
Returns: true for this class.
Parameters: root The context node of this step.