get_elements_by_tag_name method
get_elements_by_tag_name
Returns HTMLCollection object containing all Element with a given tag name, in document order.
Returns
A live HTMLCollection of found elements.
def get_elements_by_tag_name(self, name):
...
| Parameter | Type | Description |
|---|---|---|
| name | str | String representation of tag name. |
Remarks
Refer to official spec.
See Also
- module
aspose.html - class
Element - class
HTMLCollection - class
HTMLLegendElement