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.