Oracle® XML Java API Reference
Release 23ai
F47018-03
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- oracle.xdb.dom.XDBNodeList
-
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
item
public Node item(int index)
Deprecated.
Description copied from interface: NodeList
Returns the index
th item in the collection. If
index
is greater than or equal to the number of nodes in
the list, this returns null
.
- Specified by:
item
in interface NodeList
- Parameters:
index
- Index into the collection.
- Returns:
- The node at the
index
th position in the
NodeList
, or null
if that is not a valid
index.
Oracle® XML Java API Reference
Release 23ai
F47018-03
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2020, 2024, Oracle and/or its affiliates.