get_elements_by_tag_name_ns method
get_elements_by_tag_name_ns
Returns a NodeList of all the Elements with a given local name and namespace URI in document order.
Returns
Returns nodes
def get_elements_by_tag_name_ns(self, namespace_uri, local_name):
...
Parameter | Type | Description |
---|---|---|
namespace_uri | str | The namespace URI. |
local_name | str | Name of the local. |
See Also
- module
aspose.svg
- class
HTMLCollection
- class
SVGDocument