removeAttributeNS(namespaceURI, localName )
|
|
Parameters
|
StringnamespaceURI
The namespace URI of the attribute to remove.
StringlocalName
The local name of the attribute to remove.
|
Returns
|
void
|
Throws
|
DOMException
NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
|