XML::DOM::ProcessingInstruction - An XML processing instruction in XML::DOM |
XML::DOM::ProcessingInstruction - An XML processing instruction in XML::DOM
XML::DOM::ProcessingInstruction extends the XML::DOM::Node manpage.
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.
XML::DOM::ProcessingInstruction - An XML processing instruction in XML::DOM |