create_document method
create_document
Creates a DOM Document object of the specified type with its document element.
Returns
Returns document.
def create_document(self, namespace_uri, qualified_name, doctype):
...
Parameter | Type | Description |
---|---|---|
namespace_uri | str | The namespace URI. |
qualified_name | str | Name of the qualified. |
doctype | DocumentType | The doctype. |
See Also
- module
aspose.svg.dom
- class
IDOMImplementation