Allows to find the first child called as provided inside the childs (including its descendants) hold by the parent provided. This function is similar to axl_node_get_child_called but it will look for a child node called as provided not only in direct childs hold by the parent but also on its all descendants. If you are looking for a function to search for a particular child node inside direct childs stored for the provided parent, then you must use axl_node_get_child_called. There is also a convenience function that allows to perform a lookup using as a reference a document (using the root node from it): axl_doc_find_called. NOTE: This function isn't XML Namespace aware. You must use axl_ns_node_find_called instead. See axl_ns_doc_validate.
|