Returns the integer value of the child node with the given local name and namespace.
int CL_DomElement::get_child_int_ns( const CL_DomString & namespace_uri, const CL_DomString & local_name, int default_value = 0);
Detailed description:
Finds the first child node with the specified local name and namespace, then returns the content of its first child text node as an integer