#define axl_ns_doc_find_called ( doc,
ns,
name   )     (axl_ns_node_find_called(axl_doc_get_root(doc),ns,name))

Convenience macro that allows to call axl_ns_node_find_called, providing a document, making the parent reference to use the root document node (with namespace support).

See axl_ns_node_find_called for more information.

Parameters:
doc The document where the node lookup will be produced.
ns The namespace to use to find the the node using this rules.
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.