1XML::DOM::ProcessingInsUtsreurctCioonnt(r3i)buted Perl DXoMcLu:m:eDnOtMa:t:iPornocessingInstruction(3)
2
3
4

NAME

6       XML::DOM::ProcessingInstruction - An XML processing instruction in
7       XML::DOM
8

DESCRIPTION

10       XML::DOM::ProcessingInstruction extends XML::DOM::Node.
11
12       It represents a "processing instruction", used in XML as a way to keep
13       processor-specific information in the text of the document. An example:
14
15        <?PI processing instruction?>
16
17       Here, "PI" is the target and "processing instruction" is the data.
18
19   METHODS
20       getTarget
21           The target of this processing instruction. XML defines this as
22           being the first token following the markup that begins the
23           processing instruction.
24
25       getData and setData (data)
26           The content of this processing instruction. This is from the first
27           non white space character after the target to the character
28           immediately preceding the ?>.
29
30
31
32perl v5.32.0                      2020-07-28XML::DOM::ProcessingInstruction(3)
Impressum