.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::AddChildTree

Adds an entire subtree as a child. If the child was a subtree within another Xml document then the subtree is effectively transferred from one XML document to another.

  Declarations  
    [Visual Basic]
Public Function AddChildTree(Xml treeRootNode) As Boolean

[C#]
public bool AddChildTree(Xml treeRootNode);

[C++]
public bool AddChildTree(Xml *treeRootNode);

[JScript]
public function AddChildTree(Xml treeRootNode) : Boolean
 
  Parameters  
   
treeRootNode
XML node or root of an XML sub-tree
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.