-
Method Summary
Given the subset of child nodes that are elements, access the element at the
index
position of this list, with the index starting with
0
.
-
Method Details
-
item
Given the subset of child nodes that are elements, access the element at the
index
position of this list, with the index starting with
0
.
- Specified by:
item
in interface ExtendedNodeList<DOMElement>
- Specified by:
item
in interface NodeList
- Parameters:
index
- the index.
- Returns:
- the element at the given position, or
null
if the
specified index is beyond the last item or less than zero.