bool axl_node_has_pi_target ( axlNode node,
char *  pi_target 
)

Allows to check if the provided Processing instruction target is defined on the given xml node document (axlNode).

Processing instruction are a way to configure the xml node document with processing information to instruct the application level that is going to consume the XML information.

Parameters:
node The axlNode where the processing instruction will be read.
pi_target The process instruction name.
Returns:
true is the processing instruction is defined, otherwise false is returned.