rapidxml
void append_node ( xml_node< Ch > *  child) [inline]

Appends a new child node. The appended child becomes the last child.

Parameters:
childNode to append.

References xml_node< Ch >::first_node(), rapidxml::node_document, xml_base< Ch >::parent(), and xml_node< Ch >::type().

Referenced by xml_node< Ch >::insert_node(), and xml_document< Ch >::parse().