public abstract Node getNamedItem (String name)

Retrieves a node specified by name.

Parameters:
name    The nodeName of a node to retrieve.

Returns:  A Node (of any type) with the specified nodeName, or null if it does not identify any node in this map.