public abstract class ProcessingInstruction
extends Node
The ProcessingInstruction interface represents a "processing instruction", used in XML as a way
to keep processor-specific information in the text of the document.
Note that this object is implemented and supported by the web
browser and results of its use may vary.
The content of this processing instruction. This is from the first non white space character
after the target to the character immediately preceding the ?>.