Microsoft XML SDK 2.6 - XML Reference

removeQualifiedItem Method

Removes the attribute with the specified namespace and attribute name.

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.

Return Value

Object. Returns the attribute node removed, or Null if no node was removed.

Remarks

This member is an extension of the W3C DOM.

See Also

Applies To: XMLDOMNamedNodeMap Object