Returns the
index
th item in the collection. If
index
is greater than or equal to the number of
DOMImplementation
s in the list, this returns
null
.
Returns:
The
DOMImplementation
at the
index
th position in the
DOMImplementationList
, or
null
if that is not a valid index.
Parameters:
-
index - Index into the collection.