Adds a node using its namespace URI and local name.
CL_DomNode CL_DomNamedNodeMap::set_named_item_ns( const CL_DomNode & node);
Detailed description:
If a node with that namespace URI and that local name is already present in this map, it is replaced by the new one.