public class XMLNodeList
extends java.lang.Object
implements org.w3c.dom.NodeList
Constructor and Description |
---|
XMLNodeList() |
XMLNodeList(int size) |
Modifier and Type | Method and Description |
---|---|
void |
add(org.w3c.dom.Node node) |
void |
addAll(org.w3c.dom.NodeList nodelist) |
int |
getLength() |
org.w3c.dom.Node |
item(int i) |