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)
ParameterTypeDescription
packageURIStringThe package URI.
qualifiedNameStringName of the qualified.
doctypeDocumentTypeThe doctype.

Return Value

Returns document.

See Also