com.jclark.xsl.om
Interface SafeNodeIterator

All Superinterfaces:
NodeIterator

public interface SafeNodeIterator
extends NodeIterator

represents a list of Nodes -- the next() function promises to not throw an exception


Method Summary
 Node next()
          get the next Node in the list, and don't throw any Exception
 

Method Detail

next

public Node next()
get the next Node in the list, and don't throw any Exception
Specified by:
next in interface NodeIterator