void axl_item_transfer_childs_after ( axlNode old_parent,
axlItem item_ref 
)

Allows to transfer all childs contained inside the provided axlNode (old_parent) placed after the provided axlItem (item_ref) on the same level.

This function allows to manipulate a xml document loaded inside memory, by transfering all childs (including xml nodes, xml comments, content, process instructions and entity references) from the selected parent (the old parent) provided by the old_parent attribute, to be placed at the same level, where the item_ref is situated following it.

Parameters:
old_parent Previous parent, where the childs to be transfered will be found.
item_ref The axlItem that will act as a reference placing all childs following the item.