IDOMImplementationCreateDocument Method
Creates a DOM Document object of the specified type with its document element.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
Document CreateDocument(
	string namespaceURI,
	string qualifiedName,
	DocumentType doctype
)

Parameters

namespaceURI
Type: SystemString
The namespace URI.
qualifiedName
Type: SystemString
Name of the qualified.
doctype
Type: Aspose.Html.DomDocumentType
The doctype.

Return Value

Type: Document
Returns document.
See Also