Returns a NodeList of all descendant elements with a given tag name.
CL_DomNodeList CL_DomElement::get_elements_by_tag_name( const CL_DomString & 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.