firstChild(hierarchy)

firstChild(hierarchy), given a hierarchy and the current location in the specified context, returns the first child. the function first finds the parent of the current-location member along the hierarchy and then finds the first child, who is a sibling of the current-location member.

firstChild(Hierarchy h)