removeNamedItem(name )
|
|
Parameters
|
Stringname
The nodeName of the node to remove.
|
Returns
|
Node. The node removed from this map if a node with such a name exists.
|
Throws
|
DOMException
NOT_FOUND_ERR: Raised if there is no node named name in this map.
NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
|