The IDLffXMLDOMNamedNodeMap::RemoveNamedItem function method removes the node from the named node map that corresponds to a name.
Result = Obj->[IDLffXMLDOMNamedNodeMap::]RemoveNamedItem( Name )
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.
A scalar string that contains the name used to locate the node.
None
6.1 |
Introduced |