DomImplementation
Provides a number of methods for performing operations that are independent of any particular instance of the DOM.
public IXmlDocument CreateDocument(string namespaceUri = null, string qualifiedName = null, IDocumentType doctype = null)
Creates a DOM Document object of the specified type with its document element.
Creates an empty DocumentType node. Entity declarations and notations are not made available.
Entity reference expansions and default attribute additions do not occur.
Creates a DOM HTML Document object of the specified type with its document element.
Test if the DOM implementation implements a specific feature and version, as specified in DOM Features.