Uses of Class
org.htmlunit.javascript.host.html.DocumentProxy
Packages that use DocumentProxy
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 DocumentProxy in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as DocumentProxyMethods in org.htmlunit.javascript.host that return DocumentProxyModifier and TypeMethodDescriptionWindow.getDocument_js()
Returns the JavaScript propertydocument
. -
Uses of DocumentProxy in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return DocumentProxyModifier and TypeMethodDescriptionHTMLFrameElement.getContentDocument()
Returns the document the frame contains, if any.HTMLIFrameElement.getContentDocument()
Returns the document the frame contains, if any.