|
Préférences
Moteurs de recherche
|
|||||||
| JavaTM 2 Platform Std. Ed. v1.5.0
org.w3c.dom
|
||||||||
| Method Summary | |
|---|---|
int |
getLength()
The number of nodes in the list. |
Node |
item(int index)
Returns the indexth item in the collection. |
| Method Detail |
|---|
Node item(int index)
indexth item in the collection. If
index is greater than or equal to the number of nodes in
the list, this returns null.
index - Index into the collection.
indexth position in the
NodeList, or null if that is not a valid
index.int getLength()
length-1 inclusive.