Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMNamedNodeMap::remo...     IXMLDOMNamedNodeMap::rese...     IXMLDOMNamedNodeMap Inter...    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMNamedNodeMap::removeQualifiedItem Method


Removes the attribute with the specified namespace and attribute name.

Visual Basic Syntax

Set objXMLDOMNode = oXMLDOMNamedNodeMap.removeQualifiedItem(baseName, 
    namespaceURI)

C/C++ Syntax

HRESULT removeQualifiedItem(
    BSTR baseName,
    BSTR nameSpaceURI,
    IXMLDOMNode **qualifiedItem);

Parameters

baseName
[in] Base name of the attribute, without namespace qualification.
nameSpaceURI
[in] Namespace prefix that qualifies the attribute name.
qualifiedItem
[out] Attribute node removed, or NULL if no node was removed.

C/C++ Return Values

S_OK
Value returned if successful.
S_FALSE
Value when returning null. 
E_FAIL
Value returned if an error occurs. 

 



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.