com.jclark.xsl.expr
Class FollowingNodeIterator

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

public class FollowingNodeIterator
extends java.lang.Object
implements NodeIterator


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

Constructor Detail

FollowingNodeIterator

public FollowingNodeIterator(Node node)
Method Detail

next

public Node next()
          throws XSLException
Specified by:
next in interface NodeIterator
Throws:
XSLException