Uses of Class
org.htmlunit.javascript.host.html.DocumentProxy
-
Packages that use DocumentProxy Package Description org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of DocumentProxy in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as DocumentProxy Modifier and Type Field Description private DocumentProxy
Window. documentProxy_
Methods in org.htmlunit.javascript.host that return DocumentProxy Modifier and Type Method Description DocumentProxy
Window. getDocument_js()
Returns the JavaScript propertydocument
. -
Uses of DocumentProxy in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return DocumentProxy Modifier and Type Method Description DocumentProxy
HTMLFrameElement. getContentDocument()
Returns the document the frame contains, if any.DocumentProxy
HTMLIFrameElement. getContentDocument()
Returns the document the frame contains, if any.
-