Allows to get a particular child node for the given node (axlNode).
NOTE: This function isn't XML Namespace aware. You must use axl_ns_node_get_child_called instead. See axl_ns_doc_validate.
- Parameters:
-
| parent | The parent node where the child will be looked up. |
| name | The name for the child to search. |
- Returns:
- A refernce to a axlNode or NULL if no child exists called by the name provided, inside the node provided.