Element.opOpAssign

Append a CData item to the interior of this element

Parameters

item CData

the item you wish to append.

Examples

Element element;
element ~= new CData("hello");

Meta