TXmlNode() > Methods for nodes |
Inserts an XML node before the current node.
:insertBefore( <oTXmlNode> ) --> oPreviousNode
Method :insertBefore() inserts a TXMlNode object at the same nesting level into the XML tree. The inserted XML node appears immediately before the self object. The return value is the previous XML node.
http://www.xHarbour.com