getChildAxisIterator(Object contextNode) Get an iterator over all of this node's children.
Parameters: contextNode - The context node for the child axis.
getFollowingAxisIterator(Object contextNode) Get an iterator over all following nodes, depth-first.
Parameters: contextNode - The context node for the following axis.
getFollowingSiblingAxisIterator(Object contextNode) Get an iterator over all following siblings.
Parameters: contextNode - the context node for the sibling iterator.
getParentAxisIterator(Object contextNode) Get a (single-member) iterator over this node's parent.
Parameters: contextNode - the context node for the parent axis.
getPrecedingAxisIterator(Object contextNode) Get an iterator over all preceding nodes, depth-first.
Parameters: contextNode - The context node for the preceding axis.
getPrecedingSiblingAxisIterator(Object contextNode) Get an iterator over all preceding siblings.
Parameters: contextNode - The context node for the preceding sibling axis.
Get an iterator over all following nodes, depth-first.
Parameters: contextNode - The context node for the following axis. A possibly-empty iterator (not null).
Get an iterator over all following siblings.
Parameters: contextNode - the context node for the sibling iterator. A possibly-empty iterator (not null).
Get a (single-member) iterator over this node's parent.
Parameters: contextNode - the context node for the parent axis. A possibly-empty iterator (not null).
Get an iterator over all preceding nodes, depth-first.
Parameters: contextNode - The context node for the preceding axis. A possibly-empty iterator (not null).
Get an iterator over all preceding siblings.
Parameters: contextNode - The context node for the preceding sibling axis. A possibly-empty iterator (not null).