IDOMImplementation.CreateDocument
IDOMImplementation.CreateDocument method
Creates a DOM Document object of the specified type with its document element.
public Document CreateDocument(String packageURI, String qualifiedName, DocumentType doctype)
| Parameter | Type | Description |
|---|---|---|
| packageURI | String | The package URI. |
| qualifiedName | String | Name of the qualified. |
| doctype | DocumentType | The doctype. |
Return Value
Returns document.
See Also
- class Document
- class DocumentType
- interface IDOMImplementation
- package com.aspose.html.dom
- package Aspose.HTML