TXmlNode() > Methods for nodes |
Removes an XML node from the XML tree.
:unlink() --> self
Method :unlink() removes the XmlNode object executing the method from the XML tree. The method removes this object and its sub-nodes from the tree. As a result, this TXmlNode object, and its sub-nodes, is deleted from the TXmlDocument() object maintaining the tree of TXmlNode objects.
http://www.xHarbour.com