Element: getAttributeNodeNS() メソッド

指定された名前空間と名前を持つ属性の Attr ノードを返します。

構文

js
getAttributeNodeNS(namespace, nodeName)

引数

  • namespace は属性の名前空間を特定する文字列です。
  • nodeName は属性の名前を指定する文字列です。

返値

指定された属性のノードです。

メモ

getAttributeNodeNSgetAttributeNode よりも、特定の名前空間に含まれる属性を特定することができる点でより具体的です。対応するセッターメソッドは setAttributeNodeNS です。

仕様書

Specification
DOM Standard
# dom-element-getattributenodens

ブラウザーの互換性

BCD tables only load in the browser