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

Return Value

Returns document.

See Also