Uses of Class
com.gargoylesoftware.htmlunit.javascript.host.html.HTMLDocumentProxy

Packages that use HTMLDocumentProxy
com.gargoylesoftware.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
com.gargoylesoftware.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
 

Uses of HTMLDocumentProxy in com.gargoylesoftware.htmlunit.javascript.host
 

Methods in com.gargoylesoftware.htmlunit.javascript.host that return HTMLDocumentProxy
 HTMLDocumentProxy Window.jsxGet_document()
          Returns the JavaScript property "document".
 

Uses of HTMLDocumentProxy in com.gargoylesoftware.htmlunit.javascript.host.html
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.html that return HTMLDocumentProxy
 HTMLDocumentProxy HTMLFrameElement.jsxGet_contentDocument()
          Returns the document the frame contains, if any.
 HTMLDocumentProxy HTMLIFrameElement.jsxGet_contentDocument()
          Returns the document the frame contains, if any.
 HTMLDocumentProxy HTMLElement.jsxGet_document()
          Returns the document.
 



Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.