org.eclipse.higgins.idas.cp.xmlfile
Class AttrIterator

java.lang.Object
  extended byorg.eclipse.higgins.idas.cp.xmlfile.AttrIterator
All Implemented Interfaces:
Iterator

public class AttrIterator
extends Object
implements Iterator

Author:
dsanders@novell.com

Constructor Summary
AttrIterator(NonsharedAttrContainer container)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttrIterator

public AttrIterator(NonsharedAttrContainer container)
Method Detail

hasNext

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

next

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

remove

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