Package | Description |
---|---|
com.gargoylesoftware.htmlunit.html |
Classes specific to HTML pages, particularly the HtmlPage which represents
an HTML document and provides access to its content.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<HtmlForm> |
HtmlPage.getForms()
Returns a list of all the forms in this page.
|
Copyright © 2002-2013 Gargoyle Software Inc.. All Rights Reserved.