Method Parser.XML.Tree.AbstractSimpleNode()->add_child_after()
- Method
add_child_after
AbstractSimpleNodeadd_child_after(AbstractSimpleNodec,AbstractSimpleNodeold)- Description
Adds the node
cto the list of children of this node. The node is added after the nodeold, which is assumed to be an existing child of this node. The node is added first ifoldis zero.- Returns
The current node.