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.
|