Language Reference Guide : 4. System Classes : XMLElement Class : AddChild Method
 
Share this page                  
AddChild Method
The AddChildMethod adds an XMLNode to the Children list.
This method has the following syntax:
integer = XMLElement.AddChild(child = XMLNode
          [, position = integer])
This method has the following parameters:
child
(Required) Specifies the child XMLNode to be added
position
Specifies the position of the XMLNode in the Children list