TXmlNode() > Methods for nodes |
Adds a new XML node below the current XML node.
:addBelow( <oTXmlNode> ) --> oChildNode
Method :addBelow() adds a new XML node to the XML tree, one level below the current node. The return value is the child node of the self object.
http://www.xHarbour.com