public removeAttributeNS(namespaceURI as String, localName as String) as Void throws DOMException
Removes a namespace-aware attribute.
| Parameter | Description |
|---|---|
namespaceURI | Namespace URI. |
localName | Attribute local name. |
element.removeAttributeNS(null, "id")