com.jclark.xsl.expr
Class UnionNodeIterator

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

public class UnionNodeIterator
extends java.lang.Object
implements NodeIterator


Constructor Summary
UnionNodeIterator(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

UnionNodeIterator

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

next

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