void axl_node_set_child_after ( axlNode reference,
axlNode child 
)

Sets a new child after the node provided as a reference.

This function is useful to allow configuring new childs placed after some particular node. The child configured will be placed after the reference and child of the reference's parent node.

Parameters:
reference The xml node acting as a reference.
child The new xml node child to configure.