All Classes |Grouped Classes |Index

Function set_child_int_ns

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

	void CL_DomElement::set_child_int_ns(
		const CL_DomString & namespace_uri,
		const CL_DomString & qualified_name,
		int 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 integer value