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」を参照してください。

関連項目