org.springmodules.validation.util.xml
Class ChildNodesIterator
java.lang.Object
org.springmodules.validation.util.collection.ReadOnlyIterator
org.springmodules.validation.util.xml.ChildNodesIterator
- All Implemented Interfaces:
- Iterator
public class ChildNodesIterator
- extends ReadOnlyIterator
Iterates over the direct child nodes of the given node.
- Author:
- Uri Boness
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChildNodesIterator
public ChildNodesIterator(Node node)
hasNext
public boolean hasNext()
next
public Object next()
Copyright © 2009. All Rights Reserved.