com.jclark.xsl.expr
Class ValueIdIterator

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

 class ValueIdIterator
extends java.lang.Object
implements NodeIterator


Nested Class Summary
(package private) static class ValueIdIterator.Iterator
           
 
Constructor Summary
ValueIdIterator(Node node, NodeIterator iter1)
           
 
Method Summary
 Node next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueIdIterator

ValueIdIterator(Node node,
                NodeIterator iter1)
Method Detail

next

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