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):
    ...
ParameterTypeDescription
namespace_uristrThe namespace URI.
qualified_namestrName of the qualified.
doctypeDocumentTypeThe doctype.

See Also