org.jaxen.exml
Class ChildrenIterator

java.lang.Object
  |
  +--org.jaxen.exml.ChildrenIterator
All Implemented Interfaces:
Iterator

public class ChildrenIterator
extends Object
implements Iterator


Constructor Summary
ChildrenIterator(electric.xml.Children children)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildrenIterator

public ChildrenIterator(electric.xml.Children children)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
            throws NoSuchElementException
Specified by:
next in interface Iterator

remove

public void remove()
            throws UnsupportedOperationException
Specified by:
remove in interface Iterator


Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo