DOMElement->removeAttributeNode()

DOMElement->removeAttributeNode() -- Removes attribute

Opis

class DOMElement {

bool removeAttributeNode ( DOMAttr oldnode )

}

Removes attribute oldnode from the element.

Parametry

oldnode

The attribute node.

Zwracane wartości

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.

Wyjątki

DOM_NO_MODIFICATION_ALLOWED_ERR

Raised if the node is readonly.

DOM_NOT_FOUND_ERROR

Raised if oldnode is not an attribute of the element.

Patrz także

DOMElement->hasAttribute()
DOMElement->getAttributeNode()
DOMElement->setAttributeNode()

Hosting by: Hurra Communications Sp. z o.o.
Generated: 2007-01-26 18:02:43