This method of the Element interface retrieves the child element by index.
public Element getChild(int index);
Returns null if there is no child by that index.