Home | All Classes | Grouped Classes | Index | Search
Creates an element of the type specified.
CL_DomElement create_element( const std::string& tag_name);
Parameters:
Detailed description:
Note that the instance returned implements the Element interface, so attributes can be specified directly on the returned object.
See also:
CL_DomDocument | CL_DomElement