com.jclark.xsl.om

Interface SafeNodeIterator

public interface SafeNodeIterator extends NodeIterator

represents a list of Nodes -- the next() function promises to not throw an exception
Method Summary
Nodenext()
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