org.w3c.dom.Element.removeAttribute
method
public removeAttribute(name as String) as Void throws DOMException
Description

Removes an attribute by name.

Parameters
  • name Attribute qualified name.
Throws
  • DOMException if removal fails.
Example
element.removeAttribute("temporary")