axlNode * axl_node_get_child_nth ( axlNode parent,
int  position 
)

Allows to get the child that is located at the given position, for the given parent node.

Parameters:
parent The parent node where the child will be looked up.
position The position where the child will be looked up. The values for the position ranges from 0 up to (N - 1).
Returns:
A reference to the child node axlNode or NULL if fails.