Package | Description |
---|---|
com.gargoylesoftware.htmlunit.html |
Classes specific to html pages
|
Modifier and Type | Method and Description |
---|---|
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-2012 Gargoyle Software Inc.. All Rights Reserved.