com.bowstreet.util
Class XmlIterator

java.lang.Object
  extended by com.bowstreet.util.XmlIterator
All Implemented Interfaces:
java.util.Iterator

public class XmlIterator
extends java.lang.Object
implements java.util.Iterator


Constructor Summary
XmlIterator(IXml parent)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
          Check the specs on Iterator.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlIterator

public XmlIterator(IXml parent)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Check the specs on Iterator. This is the correct behavior!

Specified by:
remove in interface java.util.Iterator


Copyright © 2009 IBM. All Rights Reserved.