All Classes |Grouped Classes |Index

Function create_element

Creates an element of the type specified.

	CL_DomElement CL_DomDocument::create_element(
		const CL_DomString & tag_name);

Detailed description:

Note that the instance returned implements the Element interface, so attributes can be specified directly on the returned object.