public interface NodeList
Modifier and Type | Method and Description |
---|---|
int |
getLength()
This method retrieves the number of items in this
NodeList
object. |
Node |
item(int index)
This method gets the item in the position denoted by
index . |
int getLength()
NodeList
object.NodeList
object.Node item(int index)
index
.index
- - the index to be retrievedCopyright © 2018. All rights reserved.