DOMElement->getAttributeNodeNS()
DOMElement->getAttributeNodeNS() — 属性ノードを返す
説明
class DOMElement {DOMAttr getAttributeNodeNS ( string namespaceURI, string localName )
} 現在のノードの、名前空間 namespaceURI における localName というローカル名の 属性ノードを返します。
パラメータ
- namespaceURI
-
名前空間 URI。
- localName
-
ローカル名。
返り値
属性ノードを返します。参考
DOMElement->hasAttributeNS() |
DOMElement->setAttributeNodeNS() |
DOMElement->removeAttributeNode() |
- DOMElement->getAttributeNodeNS()のページへのリンク