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
21       getTarget
22           The target of this processing instruction. XML defines this as
23           being the first token following the markup that begins the process‐
24           ing instruction.
25
26       getData and setData (data)
27           The content of this processing instruction. This is from the first
28           non white space character after the target to the character immedi‐
29           ately preceding the ?>.
30
31
32
33perl v5.8.8                       2002-02-08XML::DOM::ProcessingInstruction(3)
Impressum