| Constructor and Description |
|---|
NodeListImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Iterator |
getIterator() |
int |
getLength()
Returns the number of nodes.
|
Node |
item(int index)
Returns the node at the given index.
|
protected abstract Iterator getIterator()
public int getLength()
getLength in interface NodeListNodeList.getLength()public Node item(int index)
item in interface NodeListNodeList.item(int)Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.