DOMElement->removeAttributeNS
Description
bool DOMElement->removeAttributeNS ( string namespaceURI, string localName)Removes attribute is namespace namespaceURI named localName from the element.
Throws DOMExcpetion if node cannot be modified.
| Zurück | Zum Anfang | Weiter |
| DOMElement->removeAttributeNode | Nach oben | DOMElement->setAttribute |