All Classes |Grouped Classes |Index

Function set_attribute_bool_ns

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

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