This method retrieves a node specified by ordinal index. Nodes are
numbered in tree order (depth-first traversal order).
Returns:
The
Node
at the corresponding position upon
success. A value of
null
is returned if the index is
out of range.
Parameters:
-
index - The index of the node to be fetched. The index origin is
0.