The IDLffXMLDOMElement::RemoveAttributeNode function method removes a specified attribute node from the element node.

Syntax


Result = Obj->[IDLffXMLDOMElement::]RemoveAttributeNode( OldAttr )

Return Value


Returns an object reference to an IDLffXMLDOMAttr node referring to the attribute node that was removed.

Arguments


OldAttr

An object reference to an IDLffXMLDOMAttr object that refers to an attribute node to be removed from the element node.

Keywords


None

Version History


6.1

Introduced