Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMParseError Interfa...     IXMLDOMText Interface     XML DOM Interfaces    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMProcessingInstruction Interface


This interface represents a processing instruction, which XML defines to keep processor-specific information in the text of the document.

IXMLDOMProcessingInstruction Methods

data Contains the content of the processing instruction, excluding the target.
target Specifies the target, the application to which this processing instruction is directed.

Remarks

The content of the DOMProcessingInstruction node is the entire content between the delimiters of the processing instruction (PI).

The content of this node is usually subdivided into the target (the application to which this processing instruction is directed) and the content of the processing instruction. The target consists of the first token following the start of the tag, while the content of the PI refers to the text from the first nonwhite-space character after the target through the character immediately preceding the ?> that signifies the end of the tag.

Interface Information

Implementation Msxml.dll
Inherits from IXMLDOMNode
Header and IDL files Msxml.h, Xmldom.idl
Minimum availability Internet Explorer 5
Minimum operating systems Windows 95, Windows NT 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.