com.jclark.xsl.expr

Class IntersectionNodeIterator

Implemented Interfaces:
NodeIterator

public class IntersectionNodeIterator
extends java.lang.Object
implements NodeIterator

Constructor Summary

IntersectionNodeIterator(NodeIterator iter1, NodeIterator iter2)

Method Summary

Node
next()
return the next Node in the list

Constructor Details

IntersectionNodeIterator

public IntersectionNodeIterator(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