All Classes |Grouped Classes |Index

Function get_child_int

Returns the integer value of the child node with the given tag name.

	int CL_DomElement::get_child_int(
		const CL_DomString & name,
		int default_value = 0);

Detailed description:

Finds the first child node with the specified tag name, then returns the content of its first child text node as an integer