XML::DOM::ProcessingInstruction - An XML processing instruction in XML::DOM
XML::DOM::ProcessingInstruction extends XML::DOM::Node.
It represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document. An example:
<?PI processing instruction?>
Here, "PI" is the target and "processing instruction" is the data.
getTarget
getData and setData (data)