removeNamedItem Method
Removes an attribute from the collection.
var objXMLDOMNode = oXMLDOMNamedNodeMap.removeNamedItem(name);
HRESULT removeNamedItem(
BSTR name,
IXMLDOMNode** namedItem
);
General Remarks
This method applies to the following interface:
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.