org.w3c.dom.Element.removeAttributeNS
method
public removeAttributeNS(namespaceURI as String, localName as String) as Void throws DOMException
Description

Removes a namespace-aware attribute.

Parameters
  • namespaceURI Namespace URI.
  • localName Attribute local name.
Throws
  • DOMException if removal fails.
Example
element.removeAttributeNS(null, "id")