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