DOMElement::removeAttributeNS

属性を削除する

説明

public void DOMElement::removeAttributeNS(stringnull $namespace, string $localName)

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

パラメータ

namespace

名前空間 URI。

localName

ローカル名。

戻り値

値を返しません。

エラー / 例外

DOM_NO_MODIFICATION_ALLOWED_ERR

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

参考

  • DOMElement::hasAttributeNS
  • DOMElement::getAttributeNS
  • DOMElement::setAttributeNS