#define HAS_ATTR ( node,
attr   )     axl_node_has_attribute(node,attr)

Macro definition which works as an alias for axl_node_get_attribute_value.

Parameters:
node The node being checked to have an attribute value.
attr The attribute that is being check to be present in the node provided.
Returns:
true if the node has the provided attribute, otherwise false is returned.