All Classes |Grouped Classes |Index

Function get_attribute_float_ns

Returns the floating-point value of the attribute node with the given local name and namespace.

	float CL_DomElement::get_attribute_float_ns(
		const CL_DomString & namespace_uri,
		const CL_DomString & local_name,
		float default_value = 0.0f);