SetAttributeNode (NotesDOMElementNode - LotusScript®)

新規の attribute ノードを追加します。

定義位置

NotesDOMElementNode

構文

Set notesDOMAttributeNode = notesDOMElementNode .SetAttributeNode( attributeNode )

パラメータ

attributeNode

NotesDOMAttributeNode。 属性リストに追加する attribute ノードです。このオブジェクトと呼び出し元オブジェクトは、同じ NotesDOMParser オブジェクトから派生したものでなければなりません。

戻り値

notesDOMAttributeNode

NotesDOMAttributeNode。 置換された attribute ノードを返します。

使用法

既存の属性を置換できない場合は、null を返します。