get_elements_by_tag_name method
get_elements_by_tag_name
Returns a NodeList of all the Elements in document order with a given tag name and are contained in the document.
Returns
Returns nodes.
def get_elements_by_tag_name(self, tagname):
...
Parameter | Type | Description |
---|---|---|
tagname | str | The tagname. |
See Also
- module
aspose.svg
- class
HTMLCollection
- class
SVGDocument