class _ElementFactoryProvider { factory Element.html(String html) => null; factory Element.tag(String tag) => null; }