com.jclark.xsl.expr

Class DifferenceNodeIterator

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

Constructor Details

DifferenceNodeIterator

public DifferenceNodeIterator(NodeIterator iter1,
                              NodeIterator iter2)
            throws XSLException

Method Details

next

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