IDOMProcessingInstruction interface
Provides properties that represent a processing instruction for XML documents.
Members
The IDOMProcessingInstruction interface inherits from the IDispatch interface. IDOMProcessingInstruction also has these types of members:
Properties
The IDOMProcessingInstruction interface has these properties.
| Property | Description |
|---|---|
|
Gets the data of a processing instruction. | |
|
Gets the target of a processing instruction. |
Remarks
Processing instructions are supported only by XML documents.
Use the IHTMLDocument7::createProcessingInstruction method of a document to create an instance of an ProcessingInstruction object.
Requirements
|
Minimum supported client |
Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: