bool axl_node_dump ( axlNode node,
char **  content,
int *  size 
)

Allows to dump the xml content taking as starting point the xml node provided.

Parameters:
node The axlNode to dump.
content The reference where the result will be returned.
size The reference where the document content size will be returned.
Returns:
The function returns true if the dump operation was performed. Otherwise false is returned.