Package org.freedesktop.dbus.utils.bin
Class NodeListIterator
- java.lang.Object
-
- org.freedesktop.dbus.utils.bin.NodeListIterator
-
- All Implemented Interfaces:
java.util.Iterator<org.w3c.dom.Node>
class NodeListIterator extends java.lang.Object implements java.util.Iterator<org.w3c.dom.Node>
-
-
Constructor Summary
Constructors Constructor Description NodeListIterator(org.w3c.dom.NodeList _nl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()org.w3c.dom.Nodenext()voidremove()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<org.w3c.dom.Node>
-
next
public org.w3c.dom.Node next()
- Specified by:
nextin interfacejava.util.Iterator<org.w3c.dom.Node>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<org.w3c.dom.Node>
-
-