Removes a node specified by namespace URI and local name.
CL_DomNode CL_DomNamedNodeMap::remove_named_item_ns( const CL_DomString & namespace_uri, const CL_DomString & local_name);
Detailed description:
If the removed node is an Attr with a default value it is immediately replaced.