DOMElement::getAttributeNodeNS
(PHP 5)
DOMElement::getAttributeNodeNS — 属性ノードを返す
説明
現在のノードの、名前空間 namespaceURI における localName というローカル名の属性ノードを返します。
パラメータ
- namespaceURI
-
名前空間 URI。
- localName
-
ローカル名。
返り値
属性ノードを返します。
参考
- DOMElement::hasAttributeNS - 属性が存在するかどうかを調べる
- DOMElement::setAttributeNodeNS - 新しい属性ノードを要素に追加する
- DOMElement::removeAttributeNode - 属性を削除する
DOMElement::getAttributeNodeNS
There are no user contributed notes for this page.
