com.jclark.xsl.expr
Interface CloneableNodeIterator

All Superinterfaces:
NodeIterator
All Known Implementing Classes:
CloneableNodeIteratorImpl

public interface CloneableNodeIterator
extends NodeIterator


Method Summary
 void bind()
           
 java.lang.Object clone()
           
 
Methods inherited from interface com.jclark.xsl.om.NodeIterator
next
 

Method Detail

clone

public java.lang.Object clone()

bind

public void bind()
          throws XSLException
Throws:
XSLException