org.jaxen.util
Class DescendantOrSelfAxisIterator

java.lang.Object
  extended byorg.jaxen.util.StackedIterator
      extended byorg.jaxen.util.DescendantAxisIterator
          extended byorg.jaxen.util.DescendantOrSelfAxisIterator
All Implemented Interfaces:
java.util.Iterator

public class DescendantOrSelfAxisIterator
extends DescendantAxisIterator


Field Summary
 
Fields inherited from class org.jaxen.util.StackedIterator
 
Constructor Summary
DescendantOrSelfAxisIterator(java.lang.Object contextNode, Navigator navigator)
           
 
Methods inherited from class org.jaxen.util.DescendantAxisIterator
createIterator
 
Methods inherited from class org.jaxen.util.StackedIterator
getNavigator, hasNext, init, next, pushIterator, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescendantOrSelfAxisIterator

public DescendantOrSelfAxisIterator(java.lang.Object contextNode,
                                    Navigator navigator)