|
Préférences
Moteurs de recherche
|
|||||||
JavaTM 2 Platform Std. Ed. v1.6.0
org.w3c.dom
|
Method Summary | |
---|---|
int |
getLength()
The number of nodes in the list. |
Node |
item(int index)
Returns the index th item in the collection. |
Method Detail |
---|
Node item(int index)
index
th 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.
index
th position in the
NodeList
, or null
if that is not a valid
index.int getLength()
length-1
inclusive.