Uses of Annotation Type
org.htmlunit.javascript.configuration.JsxClasses
Packages that use JsxClasses
Package
Description
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of JsxClasses in org.htmlunit.javascript.host
Classes in org.htmlunit.javascript.host with annotations of type JsxClassesModifier and TypeClassDescriptionclass
A JavaScript object forExternal
.class
A JavaScript object forFontFaceSet
. -
Uses of JsxClasses in org.htmlunit.javascript.host.html
Classes in org.htmlunit.javascript.host.html with annotations of type JsxClassesModifier and TypeClassDescriptionclass
The JavaScript objectHTMLDivElement
.class
The JavaScript objectHTMLElement
which is the base class for all HTML objects.class
The JavaScript objectHTMLHeadingElement
.class
The JavaScript objectHTMLModElement
.class
The JavaScript objectHTMLPreElement
.class
The JavaScript objectHTMLQuoteElement
.class
The JavaScript objectHTMLTableColElement
.class
A JavaScript object representing "HTMLTableSectionElement", it is used byHtmlTableBody
,HtmlTableHeader
, andHtmlTableFooter
.