org.springmodules.validation.util.xml
Class SubElementsIterator

java.lang.Object
  extended by org.springmodules.validation.util.collection.ReadOnlyIterator
      extended by org.springmodules.validation.util.collection.FilteredIterator
          extended by org.springmodules.validation.util.xml.SubElementsIterator
All Implemented Interfaces:
Iterator

public class SubElementsIterator
extends FilteredIterator

An iterator that iterates over the child elements of a given node.

Author:
Uri Boness

Constructor Summary
SubElementsIterator(Node node)
           
SubElementsIterator(Node node, String elementName)
           
SubElementsIterator(Node node, String namespace, String elementName)
           
 
Method Summary
 
Methods inherited from class org.springmodules.validation.util.collection.FilteredIterator
advanceIterator, hasNext, initializeIfNeeded, 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

SubElementsIterator

public SubElementsIterator(Node node)

SubElementsIterator

public SubElementsIterator(Node node,
                           String elementName)

SubElementsIterator

public SubElementsIterator(Node node,
                           String namespace,
                           String elementName)


Copyright © 2009. All Rights Reserved.