Blog  |   Sitemap  |   Search  |   Language:  eng рус
Home
JavaScript GUI FrameworkReference

Object AMLProcessingInstruction

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

Extends

AMLNode

Members Table

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

Show:
Properties
Methods
Events

Examlpes

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