org.sourcejammer.project
Interface NodeIterator

All Known Implementing Classes:
NodeListIterator

public interface NodeIterator

Allows a simple means of iterating through the contents from a NodeList. Obtained by calling getIterator() on NodeList.


Method Summary
 Node getNextNode()
          returns the next Node in the iterator.
 boolean hasMoreNodes()
          Returns true if the iterator has more Nodes.
 

Method Detail

hasMoreNodes

public boolean hasMoreNodes()
Returns true if the iterator has more Nodes.


getNextNode

public Node getNextNode()
returns the next Node in the iterator.



Copyright © 2003 Soucejammer project.