DOM Level 1 Core
Node getNamedItem(String name);
The value of the nodeName property of the node to look up.
The named node, or null if no node with that name was found.