Method: NamedNodeMap.getNamedItem()
Parameters
Parameter |
Type |
Description |
|---|---|---|
name |
String |
The value of the Node.nodeName property of the node to retrieve. |
Return values
Returns the node with a Node.nodeName value of name, or null if the given parameter does not identify any existing node in the map.