bool axl_node_has_attribute ( axlNode node,
const char *  attribute 
)

Allows to check if a particular attribute is installed on the given node.

Parameters:
node The node where the attribute will be checked to be configured.
attribute The attribute to check.
Returns:
A true if the attribute value is set, otherwise false is returned.