|
removeNamedItemNS(namespaceURI, localName )
|
|
|
Parameters
|
String namespaceURI
The namespace URI of the node to remove.
String localName
The local name of the node to remove.
|
|
Returns
|
Node. The node removed from this map if a node with such a local name and namespace URI exists.
|
|
Throws
|
DOMException
NOT_FOUND_ERR: Raised if there is no node with the specified namespaceURI and localName in this map.
NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
|