|
Oracle® Database XML Java API Reference 10g Release 2 (10.2) B14293-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.xdb.dom.XDBNodeList
This class implements the W3C NodeList interface
Method Summary | |
int |
getLength() The number of nodes in the list. |
Node |
item(int index) Returns the index th item in the collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getLength()
NodeList
length-1
inclusive.getLength
in interface NodeList
public Node item(int index)
NodeList
index
th item in the collection. If index
is greater than or equal to the number of nodes in the list, this returns null
.item
in interface NodeList
index
th position in the NodeList
, or null
if that is not a valid index.
|
Oracle® Database XML Java API Reference 10g Release 2 (10.2) B14293-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |