IDOMImplementation.CreateDocument
IDOMImplementation.CreateDocument method
Creates a DOM Document object of the specified type with its document element.
public Document CreateDocument(string namespaceURI, string qualifiedName, DocumentType doctype)
Parameter | Type | Description |
---|---|---|
namespaceURI | String | The namespace URI. |
qualifiedName | String | Name of the qualified. |
doctype | DocumentType | The doctype. |
Return Value
Returns document.
See Also
- class Document
- class DocumentType
- interface IDOMImplementation
- namespace Aspose.Html.Dom
- assembly Aspose.HTML