#define axl_doc_find_called ( doc,
name   )     (axl_node_find_called(axl_doc_get_root(doc),name))

Convenience macro that allows to call axl_node_find_called, providing a document, making the parent reference to use the root document node.

See axl_node_find_called for more information.

Parameters:
doc The document where the node lookup will be produced.
name The child node name that is looked up.
Returns:
A reference to the node found or NULL if it fails to find the node requested.