Microsoft XML SDK 2.6 - XML Reference

removeNamedItem Method

Removes an attribute from the collection.

objXMLDOMNode = oXMLDOMNamedNodeMap.removeNamedItem(name)

Parameters

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

Return Value

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

See Also

Applies To: XMLDOMNamedNodeMap Object