NotesDOMNode (LotusScript®)

文書ツリーの単体のノードを表します。

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

派生クラス

NotesDOMAttributeNodeNotesDOMCharacterDataNodeNotesDOMDocumentFragmentNodeNotesDOMDocumentNodeNotesDOMDocumentTypeNodeNotesDOMElementNodeNotesDOMEntityNodeNotesDOMEntityReferenceNodeNotesDOMNotationNodeNotesDOMProcessingInstructionNodeNotesDOMXMLDeclNode (NotesDOMNode クラスから継承)

包含関係

包含要素: NotesDOMNamedNodeMapNotesDOMNodeList

プロパティ

Attributes

FirstChild

HasChildNodes

IsNull

LastChild

LocalName

NamespaceURI

NextSibling

NodeName

NodeType

NodeValue

NumberOfChildNodes

ParentNode

Prefix

PreviousSibling

メソッド

AppendChild

Clone

RemoveChild

ReplaceChild

作成方法とアクセス方法

NotesDOMNode クラスは抽象クラスであるため、NotesDOMNode オブジェクトを作成できません。代わりに、NotesDOMDocumentNode クラスの適切な Create メソッドを使用して、特定の派生ノードクラスのオブジェクトを作成します。

NotesDOMNode クラスとその派生クラスのオブジェクトは、作成元の NotesDOMParser オブジェクトとの関連性を保持します。このメソッドは該当する 2 つのノードが同じ DOM パーサーから派生した場合のみ機能します。

使用法

DOM ノードの詳細については、http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1950641247 にアクセスして「Document Object Model Core」を参照してください。