All Classes |Grouped Classes |Index

Function set_attribute_int_ns

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

	void CL_DomElement::set_attribute_int_ns(
		const CL_DomString & namespace_uri,
		const CL_DomString & qualified_name,
		int value);