addProcessingInstruction

addProcessingInstruction(target: String;
               data: String): JadeXMLProcessingInstruction updating;

The addProcessingInstruction method of the JadeXMLElement class creates and adds a processing instruction node with the values specified in the target and data parameters and returns a reference to the created JadeXMLProcessingInstruction node instance.