bool axl_ns_node_is_prefixed ( axlNode node,
int *  position 
)

Allows to check if the provided node, has a name (tag) which is namespace prefixed.

The following name is considered namespace prefixed edi:price while using edi is not.

Parameters:
node The node to be checked to have a name prefixed.
position Optional variable where the position of the ":" inside the xml node name is returned. On false, the value is configured to -1.
Returns:
true if the node is prefixed, otherwise false is returned. The function also returns false if the node reference received is NULL.