com.jclark.xsl.om

Interface SafeNodeIterator

All Superinterfaces:
NodeIterator
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

Methods inherited from interface com.jclark.xsl.om.NodeIterator

next

Method Details

next

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