org.springmodules.validation.util.xml
Class ChildNodesIterator

java.lang.Object
  extended by org.springmodules.validation.util.collection.ReadOnlyIterator
      extended by 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

Constructor Summary
ChildNodesIterator(Node node)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 
Methods inherited from class org.springmodules.validation.util.collection.ReadOnlyIterator
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildNodesIterator

public ChildNodesIterator(Node node)
Method Detail

hasNext

public boolean hasNext()

next

public Object next()


Copyright © 2009. All Rights Reserved.