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 DocumentProxyWindow. documentProxy_Methods in org.htmlunit.javascript.host that return DocumentProxy Modifier and Type Method Description DocumentProxyWindow. 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 DocumentProxyHTMLFrameElement. getContentDocument()Returns the document the frame contains, if any.DocumentProxyHTMLIFrameElement. getContentDocument()Returns the document the frame contains, if any.
-