com.jclark.xsl.expr
Class DifferenceNodeIterator

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

public class DifferenceNodeIterator
extends java.lang.Object
implements NodeIterator


Constructor Summary
DifferenceNodeIterator(NodeIterator iter1, NodeIterator iter2)
           
 
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

DifferenceNodeIterator

public DifferenceNodeIterator(NodeIterator iter1,
                              NodeIterator iter2)
                       throws XSLException
Throws:
XSLException
Method Detail

next

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

Specified by:
next in interface NodeIterator
Throws:
XSLException