Removes the attribute with the specified namespace and attribute name.
Syntax
objXMLDOMNode = oXMLDOMNamedNodeMap.removeQualifiedItem(baseName, nameSpaceURI)
Parameters
- baseName
- String specifying the base name of the attribute, without namespace qualification.
- nameSpaceURI
- String specifying the namespace prefix that qualifies the attribute name.
Returns
Object. Returns the attribute node removed, or NULL if no node was removed.
Remarks
This member is an extension of the W3C DOM.
Applies To
XMLDOMNamedNodeMap