Uses of Class
com.gargoylesoftware.htmlunit.html.BaseFrameElement

Packages that use BaseFrameElement
com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly the HtmlPage which represents an HTML document and provides access to its content. 
 

Uses of BaseFrameElement in com.gargoylesoftware.htmlunit.html
 

Subclasses of BaseFrameElement in com.gargoylesoftware.htmlunit.html
 class HtmlFrame
          Wrapper for the HTML element "frame".
 class HtmlInlineFrame
          Wrapper for the HTML element "iframe".
 

Methods in com.gargoylesoftware.htmlunit.html that return BaseFrameElement
 BaseFrameElement FrameWindow.getFrameElement()
          Gets the DOM node of the (i)frame containing this window.
 



Copyright © 2002–2013 Gargoyle Software Inc.. All rights reserved.