com.jclark.xsl.expr
Class ValueIdIterator.Iterator

java.lang.Object
  extended by com.jclark.xsl.expr.ValueIdIterator.Iterator
All Implemented Interfaces:
NodeIterator
Enclosing class:
ValueIdIterator

static class ValueIdIterator.Iterator
extends java.lang.Object
implements NodeIterator


Constructor Summary
ValueIdIterator.Iterator(Node node, java.lang.String str)
           
 
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

ValueIdIterator.Iterator

ValueIdIterator.Iterator(Node node,
                         java.lang.String str)
Method Detail

next

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

Specified by:
next in interface NodeIterator