HtmlElementFactory sealed class HtmlElementFactory : IElementFactory<Document, HtmlElement> Provides string to HTMLElement instance creation mappings. Documentation Code public HtmlElementFactory() public HtmlElement Create(Document document, string localName, string prefix = null) Returns a specialized HTMLElement instance for the given tag name.