get_attribute_ns method
get_attribute_ns
Retrieves an attribute value by local name and namespace URI.
Returns
Returns attribute
def get_attribute_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.html
- class
HTMLBaseElement