HtmlElementFactory
Provides string to HTMLElement instance creation mappings.
public HtmlElementFactory()
public HtmlElement Create(Document document, string localName, string prefix = null, NodeFlags flags = 0)
Returns a specialized HTMLElement instance for the given tag name.