TXmlNode() > Methods for nodes xHarbour Developers Network  

oTXmlNode:unlink()

Removes an XML node from the XML tree.

Syntax

:unlink() --> self

Description

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.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe