|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HtmlForm | |
|---|---|
| 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 HtmlForm in com.gargoylesoftware.htmlunit.html |
|---|
| Methods in com.gargoylesoftware.htmlunit.html that return HtmlForm | |
|---|---|
HtmlForm |
HtmlElement.getEnclosingForm()
Returns the form which contains this element, or null if this element is not inside of a form. |
HtmlForm |
HtmlElement.getEnclosingFormOrDie()
Returns the form which contains this element. |
HtmlForm |
HtmlPage.getFormByName(String name)
Returns the first form that matches the specified name. |
| Methods in com.gargoylesoftware.htmlunit.html that return types with arguments of type HtmlForm | |
|---|---|
List<HtmlForm> |
HtmlPage.getForms()
Returns a list of all the forms in this page. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||