|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |