public class DescendantOrSelfAxisIterator extends DescendantAxisIterator
descendant-or-self axis.
The "descendant-or-self axis contains the context node
and the descendants of the context node."| Constructor | Description |
|---|---|
DescendantOrSelfAxisIterator(java.lang.Object contextNode,
Navigator navigator) |
Create a new
desscendant-or-self axis iterator. |
hasNext, next, removepublic DescendantOrSelfAxisIterator(java.lang.Object contextNode,
Navigator navigator)
desscendant-or-self axis iterator.contextNode - the node to start fromnavigator - the object model specific navigatorCopyright © 2001–2018 Codehaus. All rights reserved.