Mostbet  |   Blog  |   Sitemap  |   Search  
Home
JavaScript UI FrameworkReference

Class ProcessingInstruction

Represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.

Extends

Node

Members Table

The following table lists the members exposed by the ProcessingInstruction object.

Show:
Properties
Methods
Events

Examples

<?xml-stylesheet href="stylesheet.css"?>
                        
This processing instruction has target 'xml-stylesheet' and data 'href="stylesheet.css"'.