com.jclark.xsl.expr
Class UniqueNodeIterator

java.lang.Object
  |
  +--com.jclark.xsl.expr.UniqueNodeIterator
All Implemented Interfaces:
NodeIterator

class UniqueNodeIterator
extends java.lang.Object
implements NodeIterator


Constructor Summary
(package private) UniqueNodeIterator(NodeIterator iter)
           
 
Method Summary
 Node next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueNodeIterator

UniqueNodeIterator(NodeIterator iter)
Method Detail

next

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