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 NodeList
NodeList.getLength()
public Node item(int index)
item
in interface NodeList
NodeList.item(int)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.