com.icl.saxon.tree
Class AncestorEnumeration
- AxisEnumeration, LastPositionFinder, NodeEnumeration
(package private) final class AncestorEnumeration
int | getLastPosition() - Get the last position, that is the number of nodes in the enumeration
|
protected void | step() - Advance one step along the axis: the resulting node might not meet the required
criteria for inclusion
|
AncestorEnumeration
public AncestorEnumeration(NodeImpl node,
NodeTest nodeTest,
boolean includeSelf)
step
protected void step()
Advance one step along the axis: the resulting node might not meet the required
criteria for inclusion
- step in interface TreeEnumeration