May 2011
Intermediate to advanced
1096 pages
40h 54m
English
ProcessingInstruction — a processing instruction in an XML document
Node
This infrequently used interface represents a processing instruction (or PI) in an XML document. Programmers working with HTML documents will never encounter a ProcessingInstruction node.
string dataThe content of the processing instruction (i.e., the
first nonspace character after the target, up to but not
including the closing ?>).
readonly string targetThe target of the processing instruction. This is the
first identifier that follows the opening <?; it specifies the “processor”
for which the processing instruction is intended.
Read now
Unlock full access