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

Properties

The IDOMProcessingInstruction interface has these properties.

Property Description

data

Gets the data of a processing instruction.

target

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

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch