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