The IDLffXMLDOMNamedNodeMap::RemoveNamedItem function method removes the node from the named node map that corresponds to a name.

Syntax


Result = Obj->[IDLffXMLDOMNamedNodeMap::]RemoveNamedItem( Name )

Return Value


Returns an object reference to an instance of a subclass of IDLffXMLDOMNode that refers to the removed node if it exists. If the node does not exist, this function returns a null object reference.

Arguments


Name

A scalar string that contains the name used to locate the node.

Keywords


None

Version History


6.1

Introduced