org.springmodules.validation.util.xml
Class SubElementsIterator
java.lang.Object
  
org.springmodules.validation.util.collection.ReadOnlyIterator
      
org.springmodules.validation.util.collection.FilteredIterator
          
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
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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.