org.jaxen.exml
Class AttributesIterator

java.lang.Object
  |
  +--org.jaxen.exml.AttributesIterator
All Implemented Interfaces:
Iterator
Direct Known Subclasses:
NamespaceIterator

public class AttributesIterator
extends Object
implements Iterator


Constructor Summary
AttributesIterator(electric.xml.Attributes attributes)
           
 
Method Summary
protected  void findNext()
           
 boolean hasNext()
           
 Object next()
           
 void remove()
           
protected  boolean validNode(electric.xml.Attribute attr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesIterator

public AttributesIterator(electric.xml.Attributes attributes)
Method Detail

hasNext

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

next

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

findNext

protected void findNext()

validNode

protected boolean validNode(electric.xml.Attribute attr)

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