Package org.freedesktop.dbus.utils.bin
Class IterableNodeList
- java.lang.Object
-
- org.freedesktop.dbus.utils.bin.IterableNodeList
-
- All Implemented Interfaces:
java.lang.Iterable<org.w3c.dom.Node>
class IterableNodeList extends java.lang.Object implements java.lang.Iterable<org.w3c.dom.Node>
-
-
Field Summary
Fields Modifier and Type Field Description private org.w3c.dom.NodeListnl
-
Constructor Summary
Constructors Constructor Description IterableNodeList(org.w3c.dom.NodeList _nl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<org.w3c.dom.Node>iterator()
-