item


Description:

public DomNode? item (int index)

Search items in this collection and return the object found at index, but not order is warrantied

If index is greater than collection size, then last element found is returned. This function falls back to first element found on any issue.

Parameters:

index

of required DomNode