All Classes |Grouped Classes |Index

Function set_child_bool_ns

Sets the child node with the specified qualified name and namespace to the given boolean value.

	void CL_DomElement::set_child_bool_ns(
		const CL_DomString & namespace_uri,
		const CL_DomString & qualified_name,
		bool value);

Detailed description:

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