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):
    ...
ParameterTypeDescription
qualified_nameQualifiedNameThe qualified name.
documentDocumentThe associated document.

See Also