The DOMProcessingInstruction class
Guide
Edit on GitHub ✎
This represents a processing instruction (PI) node. These are meant to indicate data areas meant for processing by specific applications.
Intro
This represents a processing instruction (PI) node. These are meant to indicate data areas meant for processing by specific applications.
Class synopsis
class DOMProcessingInstruction extends DOMNode { }
Properties
targetA string representing to what application the data is intended for.
dataApplication-specific data.
Domprocessinginstruction