DOMNamedNodeMap.removeNamedItem(name)
Returns
The DOMNode object removed from the node map, if such a node exists in the node map.
Description
The removeNamedItem() method removes the node specified by name from the node map.