All Classes |Grouped Classes |Index

Function get_child_string

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

	CL_DomString CL_DomElement::get_child_string(
		const CL_DomString & name,
		const CL_DomString & default_value = CL_DomString ());

Detailed description:

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