removeNamedItemNS method

Attr removeNamedItemNS(
  1. String? namespace,
  2. String localName
)

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,
);