removeNamedItem method
The removeNamedItem()
method of the NamedNodeMap interface
removes the Attr corresponding to the given name from the map.
Implementation
external Attr removeNamedItem(String qualifiedName);
The removeNamedItem()
method of the NamedNodeMap interface
removes the Attr corresponding to the given name from the map.
external Attr removeNamedItem(String qualifiedName);