The DomNode class / xml.DomNode methods |
Adds a DomNode object as the previous sibling of a DomNode object.
Adds a DomNode object as the previous sibling of this DomNode object; node is the node to add.
The DomNode object node must be the child of an element or document node; otherwise the operation fails.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.