Uses of Interface
org.htmlunit.html.ElementFactory
-
Packages that use ElementFactory Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
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 ElementFactory Modifier and Type Class Description class
DefaultElementFactory
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.class
UnknownElementFactory
A factory for elements encountered in parsing the input which are not represented by dedicated element classes.
-