Element constructor
init
Initializes a new instance of the Element class. Don’t call this constructor directly, use Document.create_element or Document.create_element_ns.
def __init__(self, qualified_name, document):
    ...
| Parameter | Type | Description | 
|---|---|---|
| qualified_name | QualifiedName | The qualified name. | 
| document | Document | The associated document. | 
See Also
- module aspose.html.dom
- class Element