Uses of Interface
org.htmlunit.html.ElementFactory
Packages that use ElementFactory
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.-
Uses of ElementFactory in org.htmlunit.html
Classes in org.htmlunit.html that implement ElementFactoryModifier and TypeClassDescriptionclass
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Element factory which creates elements by calling the constructor on a givenHtmlElement
subclass.final class
A factory for elements encountered in parsing the input which are not represented by dedicated element classes.