removeNamedItem method

Attr removeNamedItem(
  1. String qualifiedName
)

The removeNamedItem() method of the NamedNodeMap interface removes the Attr corresponding to the given name from the map.

Implementation

external Attr removeNamedItem(String qualifiedName);