Package gw.xml.simple
Class XmlChildList.WrappingIterator
java.lang.Object
gw.xml.simple.XmlChildList.WrappingIterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
- XmlChildList<T extends SimpleXmlNode>
-
Field Details
-
_wrapped
-
_lastRet
-
-
Constructor Details
-
WrappingIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<T extends SimpleXmlNode>
-
next
- Specified by:
next
in interfaceIterator<T extends SimpleXmlNode>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<T extends SimpleXmlNode>
-