org.jaxen.util
Class DescendantOrSelfAxisIterator
java.lang.Object
org.jaxen.util.DescendantAxisIterator
org.jaxen.util.DescendantOrSelfAxisIterator
- All Implemented Interfaces:
- Iterator
public class DescendantOrSelfAxisIterator
- extends DescendantAxisIterator
Represents the XPath descendant-or-self
axis.
The "descendant-or-self
axis contains the context node
and the descendants of the context node."
- Version:
- 1.2b12
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescendantOrSelfAxisIterator
public DescendantOrSelfAxisIterator(Object contextNode,
Navigator navigator)
- Create a new
desscendant-or-self
axis iterator.
- Parameters:
contextNode
- the node to start fromnavigator
- the object model specific navigator
Copyright © 2001-2007 Codehaus. All Rights Reserved.