DOMNameNodeMap.getNamedItem(name)
Returns
A DOMNode object instance, or NULL if no node in the calling object matches name.
Description
The getNamedItem() method retrieves a DOMNode object instance which matches name.