All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---XMLParser.CATIDOMNode
|
+---CATIDOMProcessingInstruction
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIDOMProcessingInstruction
Interface to represent a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document.
See also the Document Object Model (DOM) Level 2 Core Specification.
| public virtual HRESULT GetData( | CATUnicodeString& | oData) = 0 |
?>.
| public virtual HRESULT GetTarget( | CATUnicodeString& | oTarget) = 0 |
| public virtual HRESULT SetData( | const CATUnicodeString& | iData) = 0 |
?>.
| Error Class | Error Id | Description |
|---|---|---|
| CATDOMException | XMLParserERR_2207 | NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly. |
Copyright © 2003, Dassault Systèmes. All rights reserved.