Uses of Class
org.htmlunit.javascript.host.html.HTMLDocument
Packages that use HTMLDocument
Package
Description
Implementations of the DOM 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 HTMLDocument in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return HTMLDocumentModifier and TypeMethodDescriptionDOMImplementation.createHTMLDocument
(Object titleObj) Creates anHTMLDocument
. -
Uses of HTMLDocument in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return HTMLDocumentModifier and TypeMethodDescriptionprivate static HTMLDocument
HTMLDocument.getDocument
(org.htmlunit.corejs.javascript.Scriptable thisObj) Returns the current document instance, usingthisObj
as a hint.