#define AXL_IS_PREFIXED ( node   )     (axl_ns_node_is_prefixed(node, NULL))

Allows to check if an xml node is prefixed (by a xml namespace declaration).

See axl_ns_node_is_prefixed.

Parameters:
node The node to check.
Returns:
true if prefixed, otherwise false is returned.