DOMElement->removeAttributeNode()
(no version information, might be only in CVS)
DOMElement->removeAttributeNode() -- Removes attributeOpis
class DOMElement {bool removeAttributeNode ( DOMAttr oldnode )
}
Removes attribute oldnode from the element.
Błędy/Wyjątki
- DOM_NO_MODIFICATION_ALLOWED_ERR
Raised if the node is readonly.
- DOM_NOT_FOUND_ERROR
Raised if
oldnodeis not an attribute of the element.
| Poprzedni | Spis treści | Następny |
| DOMElement->removeAttribute() | Początek rozdziału |