axlNode * axl_node_get_next_called ( axlNode node,
char *  name 
)

Allows to get the next node, following to the node provided, matching the given name.

NOTE: This function isn't XML Namespace aware. You must use axl_ns_node_get_next_called instead. See axl_ns_doc_validate.

Parameters:
node The node that is requested to return its next sibling node.
name The name to match for the next node.
Returns:
A reference to the next node or NULL if it fails. The returned reference mustn't be deallocated.