NotesDOMAttributeNode (LotusScript®)

NotesDOMElementNode オブジェクトの属性を表します。

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

基本クラス

継承元: NotesDOMNode

包含関係

包含元: NotesDOMDocumentNodeNotesDOMElementNode

包含要素: NotesDOMTextNode

プロパティ

AttributeName

Attributes

AttributeValue

FirstChild

HasChildNodes

IsNull

IsSpecified

LastChild

LocalName

NamespaceURI

NextSibling

NodeName

NodeType

NodeValue

NumberOfChildNodes

ParentNode

Prefix

PreviousSibling

メソッド

AppendChild

Clone

RemoveChild

ReplaceChild

作成方法とアクセス方法

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

attribute ノードの詳細については、http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-637646024 にアクセスして「Document Object Model Core」の「Chapter 1.4 Fundamental Interfaces」で「Attr」セクションを参照してください。