axlNode * axl_node_get_last_child ( axlNode node  ) 

Allows to get the last child that holds the node.

See also axl_node_get_first_child and axl_item_get_last_child.

Parameters:
node The node that is requested to return its last child.
Returns:
The last child node or NULL if it has no child node.