All Classes |Grouped Classes |Index

Function get_child_bool_ns

Returns the boolean value of the child node with the given local name and namespace.

	bool CL_DomElement::get_child_bool_ns(
		const CL_DomString & namespace_uri,
		const CL_DomString & local_name,
		bool default_value = false);

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 boolean