IDLffXMLDOMNamedNodeMap::GetNamedItem

The IDLffXMLDOMNamedNodeMap::GetNamedItem function method returns an object reference to an instance of a subclass of IDLffXMLDOMNode that refers to the node from the named node map that corresponds to the supplied name.

Syntax

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

Return Value

Returns an object reference to an instance of a subclass of IDLffXMLDOMNode that refers to the node from the named node map that corresponds to the supplied name. If the node is not found, 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