Share via


IXMLDOMProcessingInstruction

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

Remarks

The content of the ProcessingInstruction node is the entire content between the delimiters of the processing instruction, <? and ?>.

The content of this node is usually subdivided into the target, which is the application that this processing instruction is directed toward, and the content of the processing instruction. The target consists of the first token following the start of the tag, signified by <?, while the content of the processing instruction refers to the text that extends from the first non-white space character after the target through the character immediately preceding the ?>, which signifies the end of the tag.

This interface inherits all of the methods, properties, and events of IXMLDOMNode.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.

See Also

IXMLDOMProcessingInstruction Members | DOMDocument

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.