All Classes |Grouped Classes |Index

Function get_child_bool

Returns the boolean value of the child node with the given tag name.

	bool CL_DomElement::get_child_bool(
		const CL_DomString & name,
		bool default_value = false);

Detailed description:

Finds the first child node with the specified tag name, then returns the content of its first child text node as an boolean