com.jclark.xsl.expr
Class IntersectionNodeIterator

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

public class IntersectionNodeIterator
extends java.lang.Object
implements NodeIterator


Constructor Summary
IntersectionNodeIterator(NodeIterator iter1, NodeIterator iter2)
           
 
Method Summary
 Node next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntersectionNodeIterator

public IntersectionNodeIterator(NodeIterator iter1,
                                NodeIterator iter2)
                         throws XSLException
Method Detail

next

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