Titanium.XML.CharacterData.appendChild

Function of Titanium.XML.CharacterData. Inherited from Titanium.XML.Node.
Platform Since
Android 0.9
iPhone 0.9
iPad 0.9

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