Home | All Classes | Grouped Classes | Index | Search

CL_DomDocument::create_text_node

Creates a Text node given the specified string.

	CL_DomText create_text_node(
		const std::string& data);

Parameters:

data
The data for the node.

See also:

CL_DomDocument | CL_DomText



Questions or comments, write to the ClanLib mailing list.