Home | All Classes | Grouped Classes | Index | Search

CL_DomElement::get_elements_by_tag_name

Returns a NodeList of all descendant elements with a given tag name.

	CL_DomNodeList get_elements_by_tag_name(
		const std::string& name);

Detailed description:

The descendant elements are returned in the order in which they would be encountered in a preorder traversal of the Element tree.

See also:

CL_DomElement | CL_DomNode | CL_DomNodeList



Questions or comments, write to the ClanLib mailing list.