Method Parser.XML.Tree.AbstractNode()->add_child_before()
- Method add_child_before
AbstractNodeadd_child_before(AbstractNodec,AbstractNodeold)- Description
Adds the node
cto the list of children of this node. The node is added before the nodeold, which is assumed to be an existing child of this node. The node is added last ifoldis zero.- Returns
The current node.