Function NamedNodeMap.removeNamedItemNS
Removes a node specified by local name and namespace URI. A removed attribute
may be known to have a default value when this map contains the attributes attached
to an element, as returned by the attributes attribute of the Node
interface.
If so, an attribute immediately appears containing the default value as well
as the corresponding namespace URI, local name, and prefix when applicable.
Per the XML Namespaces specification, applications must use the value null
as the namespaceURI
parameter for methods if they wish to have no namespace.
Prototype
Node!DOMString removeNamedItemNS(
DOMString namespaceURI,
DOMString localName
);
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --