DomImplementation sealed class DomImplementation : IImplementation Provides a number of methods for performing operations that are independent of any particular instance of the DOM. Documentation Code public DomImplementation(Document owner) public IDocumentType CreateDocumentType(string qualifiedName, string publicId, string systemId) public IDocument CreateHtmlDocument(string title) public bool HasFeature(string feature, string version = null)