firstChild(hierarchy, location)

firstChild(hierarchy, location), given a hierarchy and a location, returns the first child. The function finds the parent location member along the hierarchy and then finds the first child, who is a sibling of the location member passed as an argument.

firstChild(Location location, Hierarchy h)