All Classes |Grouped Classes |Index

Function set_child_bool

Sets the child node with the specified tag name to the given boolean value.

	void CL_DomElement::set_child_bool(
		const CL_DomString & name,
		bool value);

Detailed description:

Sets the first child node with the specified tag name, creating it if it does not exist, to the given boolean value