bool axl_node_have_childs ( axlNode node  ) 

Allows to get current childs configuration for the given xml node (axlNode).

An xml node (represented by an axlNode) is considered to have childs only if it has more xml child nodes. The content is not considered be a child. See axl_node_is_empty for more information.

Parameters:
node The axlNode reference.
Returns:
An true if the axlNode have childs or false if not.