set_attribute_node method
set_attribute_node
Adds a new attribute node. If an attribute with that name (nodeName) is already present in the element, it is replaced by the new one.
Returns
Returns attribute
def set_attribute_node(self, new_attr):
    ...
| Parameter | Type | Description | 
|---|---|---|
| new_attr | aspose.html.dom.Attr | The new attr. | 
See Also
- module aspose.html
- class Attr
- class HTMLOptGroupElement