Element.opCatAssign

Append a processing instruction to the interior of this element

Parameters

item ProcessingInstruction

the item you wish to append.

Examples

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

Meta