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

removeNamedItem Method


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

[ 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.