com.jclark.xsl.expr
Class AncestorsOrSelfNodeIterator

java.lang.Object
  extended by com.jclark.xsl.expr.AncestorsOrSelfNodeIterator
All Implemented Interfaces:
NodeIterator

public class AncestorsOrSelfNodeIterator
extends java.lang.Object
implements NodeIterator

an Iterator that walks toward thwe document root


Constructor Summary
AncestorsOrSelfNodeIterator(Node node)
           
 
Method Summary
 Node next()
          return the next Node in the list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AncestorsOrSelfNodeIterator

public AncestorsOrSelfNodeIterator(Node node)
Method Detail

next

public Node next()
Description copied from interface: NodeIterator
return the next Node in the list

Specified by:
next in interface NodeIterator