removeNamedItemNS method
The removeNamedItemNS()
method of the NamedNodeMap interface
removes the Attr corresponding to the given namespace and local name
from the map.
Implementation
external Attr removeNamedItemNS(
String? namespace,
String localName,
);