LOTUSSCRIPT /COM/OLE のクラス


NotesDOMAttributeNode クラス
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.2 Fundamental Interface」で「Attr」を参照してください。

関連項目