Element

Element constructor

Initializes a new instance of the Element class. Don’t call this constructor directly, use CreateElement or CreateElementNS.

public Element(QualifiedName qualifiedName, Document document)
ParameterTypeDescription
qualifiedNameQualifiedNameThe qualified name.
documentDocumentThe associated document.

See Also