com.jclark.xsl.expr
Class PrecedingAxisExpr.AppendNodeIterator

java.lang.Object
  extended by com.jclark.xsl.expr.PrecedingAxisExpr.AppendNodeIterator
All Implemented Interfaces:
NodeIterator
Enclosing class:
PrecedingAxisExpr

static class PrecedingAxisExpr.AppendNodeIterator
extends java.lang.Object
implements NodeIterator


Constructor Summary
PrecedingAxisExpr.AppendNodeIterator(NodeIterator iter, Node node)
           
 
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

PrecedingAxisExpr.AppendNodeIterator

PrecedingAxisExpr.AppendNodeIterator(NodeIterator iter,
                                     Node node)
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