DOMNamedNodeMap.getNamedItemNS(namespaceURI, local_name)
Returns
A DOMNode object with the specified local name and namespace URI, or NULL if they do not identify any node in the node map.
Description
A getNamedItemNS() method retrieves a node from the node map with the specified local name and namespace URI.