Retrieves a Node specified by name.

[VBScript]
Public Function GetNamedItem( _
   ByVal node As Object _
) As Node
[JScript]
public function GetNamedItem(
   node : Object
) : Node;

Parameters

node
The node to retrieve from the map.

Return Value

An Node with the specified name or a null if a matching node is not found.

See Also

NamedNodeMap Object | NamedNodeMap Members | DOM Namespace