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

Packages that use HtmlForm
com.gargoylesoftware.htmlunit.html Classes specific to html pages 
 

Uses of HtmlForm in com.gargoylesoftware.htmlunit.html
 

Methods in com.gargoylesoftware.htmlunit.html that return HtmlForm
 HtmlForm HtmlElement.getEnclosingForm()
          Return the form that enclosed this element or null if this element is not within a form.
 HtmlForm HtmlElement.getEnclosingFormOrDie()
          Return the form that enclosed this element or throw an exception if this element is not within a form.
 HtmlForm HtmlPage.getFormByName(String name)
          Return the first form that matches the specified name
 



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