Click to return to the XML (Extensible Markup Language) home page    
XMLDOMNamedNodeMap remove...     XMLDOMNamedNodeMap reset ...     XMLDOMNamedNodeMap Object    
Web Workshop  |  XML (Extensible Markup Language)

removeQualifiedItem Method


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

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
XMLDOMNamedNodeMap


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.