MAN page from Old RedHat 6.X perl-libxml-enno-1.00-6.i386.rpm
PROCESSINGINSTRUCTION
Section: User Contributed Perl Documentation (1)
Updated: perl 5.005, patch 03
Index NAME
XML::DOM::ProcessingInstruction - An XML processing instruction in XML::DOM
DESCRIPTION
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.
METHODS
- getTarget
- The target of this processing instruction. XML defines thisas being the first token following the markup that begins theprocessing instruction.
- getData and setData (data)
- The content of this processing instruction. This is from thefirst non white space character after the target to thecharacter immediately preceding the ?>.
Index
- NAME
- DESCRIPTION
- METHODS
This document was created byman2html,using the manual pages.