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