Allows to get a particular child node for the given node (axlNode), inside the provided namespace.
This function must be used instead of axl_node_get_child_called if your application must support XML 1.0 namespaces.
- Parameters:
-
| parent | The parent node where the child will be looked up. |
| ns | The namespace where the lookup will be run. |
| 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.