Web aym.pekori.to

DOMElement->removeAttributeNS()

(no version information, might be only in CVS)

DOMElement->removeAttributeNS() -- 属性を削除する

説明

class DOMElement {

bool removeAttributeNS ( string namespaceURI, string localName )

}

名前空間 namespaceURI にある localName という名前の属性を 要素から削除します。

パラメータ

namespaceURI

名前空間 URI。

localName

ローカル名。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

例外

DOM_NO_MODIFICATION_ALLOWED_ERR

ノードが読み込み専用の場合に発生します。

参考

DOMElement->hasAttributeNS()
DOMElement->getAttributeNS()
DOMElement->setAttributeNS()