The DomNode class / xml.DomNode methods |
Inserts a DomNode object after an existing child DomNode object.
insertAfterChild( node xml.DomNode, ref xml.DomNode )
Inserts a DomNode object after an existing child DomNode object; node is the node to insert, ref is the reference node (the node before which the new node must be inserted).
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.