public abstract class NodeListImpl
extends java.lang.Object
implements org.w3c.dom.NodeList
| Constructor and Description |
|---|
NodeListImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.util.Iterator |
getIterator() |
int |
getLength()
Returns the number of nodes.
|
org.w3c.dom.Node |
item(int index)
Returns the node at the given index.
|
protected abstract java.util.Iterator getIterator()
public int getLength()
getLength in interface org.w3c.dom.NodeListNodeList.getLength()public org.w3c.dom.Node item(int index)
item in interface org.w3c.dom.NodeListNodeList.item(int)