axlNode * axl_node_create ( const char *  name  ) 

Creates a new axlNode with the provided name.

The function will perform a new local copy for the reference received. See also axl_node_create_ref for an explanation about saving memory.

Parameters:
name The name to be used for the node be created. The function doesn't check if the paramater received is null.
Returns:
A newly allocate axlNode reference, that must be deallocated by axl_node_free.