getNamedItemNS(namespaceURI, localName )
|
|
Parameters
|
StringnamespaceURI
The namespace URI of the node to retrieve.
StringlocalName
The local name of the node to retrieve.
|
Returns
|
Node. A Node (of any type) with the specified local name and namespace URI, or null if they do not identify any node in this map.
|