Allows to get the next node, following to the node provided, matching the given name, inside the namespace configuration provided.
This function must be used instead of axl_node_get_next_called if your application must support XML 1.0 namespaces.
- Parameters:
-
| node | The node that is requested to return its next sibling node. |
| ns | The namespace value to use to perform the search. |
| name | The name to match for the next node. |
- Returns:
- A reference to the next node or NULL if it fails. The returned reference mustn't be deallocated.