org.jaxen.util
Class DescendantAxisIterator

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

public class DescendantAxisIterator
extends StackedIterator


Field Summary
 
Fields inherited from class org.jaxen.util.StackedIterator
 
Constructor Summary
protected DescendantAxisIterator()
           
  DescendantAxisIterator(java.lang.Object contextNode, Navigator navigator)
           
 
Method Summary
protected  java.util.Iterator createIterator(java.lang.Object contextNode)
           
 
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

DescendantAxisIterator

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

DescendantAxisIterator

protected DescendantAxisIterator()
Method Detail

createIterator

protected java.util.Iterator createIterator(java.lang.Object contextNode)
Specified by:
createIterator in class StackedIterator