Uses of Package
org.htmlunit.html.impl
Packages that use org.htmlunit.html.impl
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.Contains some implementation classes that have to be public to be used internally in different packages
but that shouldn't be used directly by HtmlUnit users.
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the canvas rendering backend - users of HtmlUnit shouldn't
need anything in this package.
Miscellaneous utilities.
-
Classes in org.htmlunit.html.impl used by org.htmlunit.htmlClassDescriptionInternal interface which defines an input element which contains selectable text.Contains standard selection-related functionality used by various input elements.Contains selection-related functionality used by elements.Simple implementation of an Range.
-
Classes in org.htmlunit.html.impl used by org.htmlunit.html.implClassDescriptionInternal interface which defines an input element which contains selectable text.Contains selection-related functionality used by elements.Simple implementation of an Range.
-
Classes in org.htmlunit.html.impl used by org.htmlunit.javascript.host.dom
-
Classes in org.htmlunit.html.impl used by org.htmlunit.platform.canvas.rendering
-
Classes in org.htmlunit.html.impl used by org.htmlunit.util