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 TypeMethodDescriptionJavaScript function "open".static HTMLDocumentHTMLDocument.parseHTMLUnsafe(org.htmlunit.corejs.javascript.Context cx, org.htmlunit.corejs.javascript.VarScope scope, org.htmlunit.corejs.javascript.Scriptable thisObj, Object[] args, org.htmlunit.corejs.javascript.Function funObj) Parses the given string of HTML without sanitizing it and returns a new HTMLDocument.