The DOMProcessingInstruction class
DOMProcessingInstruction
&reftitle.intro;
This represents a processing instruction (PI) node.
These are meant to indicate data areas meant for processing by specific applications.
&reftitle.classsynopsis;
DOMProcessingInstruction
extends
DOMNode
&InheritedConstants;
&Properties;
public
readonly
string
target
public
string
data
&InheritedProperties;
&Methods;
&InheritedMethods;
&reftitle.properties;
target
A string representing to what application the data is intended for.
data
Application-specific data.
&reference.dom.entities.domprocessinginstruction;