Click to return to the XML (Extensible Markup Language) home page    
XMLDOMElement removeAttri...     XMLDOMElement setAttribut...     XMLDOMElement Object    
Web Workshop  |  XML (Extensible Markup Language)

removeAttributeNode Method


Removes the specified attribute from this element.

Syntax

objXMLDOMAttribute = oXMLDOMElement.removeAttributeNode(XMLDOMAttribute)

Parameters

XMLDOMAttribute
Object that supplies the XMLDOMAttribute object to be removed from this element.

Returns

Object. Returns the removed element.

Remarks

Note that if the attribute has a default value, this call also creates a new attribute object with the default value, associates the new attribute with this element, and resets the attribute's specified property.

Applies To

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


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.