ProcessingInstruction - Web APIs | MDN
Instance properties
This interface also inherits properties from its parent interfaces, CharacterData, Node, and EventTarget.
ProcessingInstruction.sheetRead only-
Returns the associated
StyleSheetobject, if any; ornullif none. ProcessingInstruction.targetRead only-
A name identifying the application to which the instruction is targeted.
Instance methods
This interface doesn't have any specific method, but inherits methods from its parent interfaces, CharacterData, Node, and EventTarget.
Specifications
| Specification |
|---|
| DOM # interface-processinginstruction |