Delete a node and all of its children. If the specified node has a parent, this function first removes the node from its parent using the mxmlRemove() function.
void mxmlDelete( mxml_node_t * node);
Nothing.