GetAttributeNodeNS (NotesDOMElementNode - LotusScript®)

指定した名前空間とローカル名で attribute ノードを取得します。

注: このメソッドは R7 で新しく追加されました。

定義位置

NotesDOMElementNode

構文

Set notesDOMAttributeNode = notesDOMElementNode .GetAttributeNodeNS( namespaceURI , localName )

パラメータ

namespaceURI

String 型。修飾名の名前空間 URI です。

localName

String 型。修飾名のローカルパートです。

戻り値

notesDOMAttributeNode

NotesDOMAttributeNode。 指定した名前空間とローカル名を持つ NotesDOMAttributeNode です。

使用法

指定した名前の属性がない場合は、null を返します。

名前空間と修飾名の詳細については、NamespaceURI を参照してください。

完全なユーザー名に関する W3C の仕様については、http://www.w3.org/TR/1999/REC-xml-names-19990114/#ns-qualnames サイトを参照してください。定義については、http://www.w3.org/TR/2001/WD-DOM-Level-3-Core-20010605/glossary.html#dt-qualifiedname サイトを参照してください。