All Classes |Grouped Classes |Index

Function get_elements_by_tag_name

Returns a NodeList of all the Elements with a given tag name.

	CL_DomNodeList CL_DomDocument::get_elements_by_tag_name(
		const CL_DomString & tag_name);

Detailed description:

The list is in the order in which they would be encountered in a preorder traversal of the Document tree.