|
Returns the indexth item in the map.
If index is greater than or equal to the number of nodes in this map, this returns null. - Parameters:
-
| index | Index into this map. |
- Returns:
- The node at the
indexth position in the map, or null if that is not a valid index.
Implements org::w3c::dom::NamedNodeMap. |