DOMElement::getAttributeNodeNS
(PHP 5, PHP 7, PHP 8)
DOMElement::getAttributeNodeNS — 属性ノードを返す
説明
public DOMElement::getAttributeNodeNS(?string
$namespace
, string $localName
): DOMAttr|DOMNameSpaceNode|null
現在のノードの、名前空間 namespace
における
localName
というローカル名の属性ノードを返します。
パラメータ
namespace
-
名前空間 URI。
localName
-
ローカル名。
戻り値
属性ノードを返します。
XML の名前空間宣言
(xmlns
や xmlns:*
属性) については、
DOMAttr オブジェクトではなく、
DOMNameSpaceNode が返されることに注意してください。
参考
- DOMElement::hasAttributeNS() - 属性が存在するかどうかを調べる
- DOMElement::setAttributeNodeNS() - 新しい属性ノードを要素に追加する
- DOMElement::removeAttributeNode() - 属性を削除する
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google