Programmer's Guide > Interfaces > W3C NamedNodeMap interface > getNamedItem method
  
getNamedItem method
Retrieves a node specified by name.
getNamedItem(name )
Parameters
Stringname
The nodeName of a node to retrieve.
Returns
Node. A Node (of any type) with the specified nodeName, or null if it does not identify any node in this map.