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.
|