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 TypeClassDescriptionclassA JavaScript object forExternal.classA 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 TypeClassDescriptionclassThe JavaScript objectHTMLDivElement.classThe JavaScript objectHTMLElementwhich is the base class for all HTML objects.classThe JavaScript objectHTMLHeadingElement.classThe JavaScript objectHTMLModElement.classThe JavaScript objectHTMLPreElement.classThe JavaScript objectHTMLQuoteElement.classThe JavaScript objectHTMLTableColElement.classA JavaScript object representing "HTMLTableSectionElement", it is used byHtmlTableBody,HtmlTableHeader, andHtmlTableFooter.