removeNamedItem: name
Removes the Node
object with the nodeName
property that matches the name
parameter and returns a reference to the removed object. If the
node you plan to remove is an Attr
node and if it has a defined
default value, the node will be replaced immediately with a new
Node
object set to the default
value.