XMLProcessingInstruction
Class XMLProcessingInstruction
There are no methods, functions, or properties unique to an XML processing instruction.
Example:
<xsl:processing-instruction name="instructionName">
instructions
</xsl:processing-instruction>
XMLProcessingInstruction is a subclass of
XMLNode.