Node.AppendChild Method |
Adds the specified node to the end of the list of child nodes, of this node.
[VBScript] Public Function AppendChild( _ ByVal newChild As Node _ ) As Node
[JScript] public function AppendChild( newChild : Node ) : Node;
The node added.
If the newChild is already in the tree, it is first removed.