LOTUSSCRIPT /COM/OLE のクラス


NotesDOMProcessingInstructionNode クラス

文書のテキストでプロセッサに特化した情報を保持するために 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 サイトを参照してください。


関連項目