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
ParameterDescription
namespaceURINamespace URI.
localNameAttribute local name.
Throws
  • DOMException if removal fails.
Example
element.removeAttributeNS(null, "id")