public abstract class NodeListImpl extends Object implements NodeList
| Constructor and Description |
|---|
NodeListImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Iterator<? extends Node> |
createIterator() |
int |
getLength()
Returns the number of nodes.
|
Node |
item(int index)
Returns the node at the given index.
|
public int getLength()
getLength in interface NodeListNodeList.getLength()public Node item(int index)
item in interface NodeListNodeList.item(int)Copyright © The Apache Software Foundation. All Rights Reserved.