removeQualifiedItem Method
Removes the attribute with the specified namespace and attribute name.
var objXMLDOMNode = oXMLDOMNamedNodeMap.removeQualifiedItem(baseName, namespaceURI);
HRESULT removeQualifiedItem(
BSTR baseName,
BSTR namespaceURI,
IXMLDOMNode** qualifiedItem
);
General Remarks
This member is an extension of the World Wide Web Consortium (W3C) Document Object Model (DOM).
This method applies to the following objects and interfaces:
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.