com.jclark.xsl.om
Interface SafeNodeIterator

All Superinterfaces:
NodeIterator
All Known Implementing Classes:
ElementNode.AttributesIterator, NullNodeIterator, SiblingNodeIterator

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

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

Specified by:
next in interface NodeIterator