public class QEmptyNodeList
extends java.lang.Object
implements org.w3c.dom.NodeList
Constructor and Description |
---|
QEmptyNodeList() |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Returns the number of children.
|
org.w3c.dom.Node |
item(int index)
Returns the child with the given index.
|
java.util.Iterator<org.w3c.dom.Node> |
iterator() |
public org.w3c.dom.Node item(int index)
item
in interface org.w3c.dom.NodeList
public int getLength()
getLength
in interface org.w3c.dom.NodeList
public java.util.Iterator<org.w3c.dom.Node> iterator()