NotesDOMProcessingInstructionNode (LotusScript®)

文書のテキストでプロセッサに特化した情報を保持するために XML で使用される、処理過程の説明を表します。

注: このクラスは、R6 で新しく追加されました。
注: このクラスは COM ではサポートされていません。

基本クラス

継承元: NotesDOMNode

包含関係

包含元: NotesDOMDocumentNode

プロパティ

Attributes

Data

FirstChild

HasChildNodes

IsNull

LastChild

LocalName

NamespaceURI

NextSibling

NodeName

NodeType

NodeValue

NumberOfChildNodes

ParentNode

Prefix

PreviousSibling

Target

メソッド

AppendChild

Clone

RemoveChild

ReplaceChild

作成方法とアクセス方法

NotesDOMProcessingInstructionNode オブジェクトを作成するには、NotesDOMDocumentNode クラスの CreateProcessingInstructionNode を使用します。

処理過程の説明の詳細については、http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1004215813 サイトを参照してください。