com.jclark.xsl.expr

Class FollowingNodeIterator

Implemented Interfaces:
NodeIterator

public class FollowingNodeIterator
extends java.lang.Object
implements NodeIterator

Constructor Summary

FollowingNodeIterator(Node node)

Method Summary

Node
next()

Constructor Details

FollowingNodeIterator

public FollowingNodeIterator(Node node)

Method Details

next

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