PHP. Учебник. 2005

DOMElement->removeAttributeNS()

HREF="function.dom-domelement-removeattributenode.html"> HREF="function.dom-domelement-setattribute.html"> Пред.

След.

DOMElement->removeAttributeNS()

(no version information, might be only in CVS)DOMElement->removeAttributeNS() -- Removes attribute

Описание

class DOMElement {


bool removeAttributeNS ( string namespaceURI, string localName )


}

- Removes attribute is namespace namespaceURI named localName from the element.

Список параметров

-

namespaceURI

- The namespace URI.

localName

- The local name.

Возвращаемые значения

- Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Исключения

-

DOM_NO_MODIFICATION_ALLOWED_ERR

- Raised if the node is readonly.

Смотрите также

-

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

Пред.

Начало

След.

DOMElement->removeAttributeNode()

Уровень выше

DOMElement->setAttribute() 22222

Free Web Hosting