TXmlNode() > Methods for nodes xHarbour Developers Network  

oTXmlNode:clone()

Clones an XML node.

Syntax

:clone() --> oXmlClone

Description

Method :clone() creates a duplicate of the self object, including all XML attributes and possible data. Child nodes are not duplicated. Method :cloneTree() is available to clone an XML node including all child nodes.


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