Returns a NodeList of all the Elements with a given local name and namespace URI.
CL_DomNodeList CL_DomDocument::get_elements_by_tag_name_ns( const CL_DomString & namespace_uri, const CL_DomString & qualified_name);
Detailed description:
The list is in the order in which they would be encountered in a preorder traversal of the Document tree.