Microsoft XML 2.5 SDK


 

removeNamedItem Method

[This is preliminary documentation and subject to change.]

Removes an attribute from the collection.

Syntax

objXMLDOMNode = oXMLDOMNamedNodeMap.removeNamedItem(name)

Parameters

name

String specifying the name of the attribute to remove from the collection.

Returns

Object. Returns the node removed from the collection. Returns NULL if the named node is not an attribute.

Applies To

XMLDOMNamedNodeMap