Titanium.XML.Element.appendChild

Function of Titanium.XML.Element. Inherited from Titanium.XML.Node.
Platform Since
Android 0.8
iPhone 0.8
iPad 0.8

Summary

Appends the node newChild as a child of this node

Arguments

Name Type Summary
newChild Titanium.XML.Node

The new node to append

Return Type