Method XmlNode():addChild() Foundation
Adds a child node.
Syntax
:addChild( oChild ) --> self
Parameters
<oChild>
The XmlNode() object to be added as a child.
Return
:addChild() returns the object executing the method.
Description
The method :addChild() adds a node object as a new child node. The method can be used to programatically construct even complex XML documents comfortably.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.