Package | Description |
---|---|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
org.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlElement.setOwningForm(HtmlForm form)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Method and Description |
---|---|
HtmlForm |
HTMLFormElement.getHtmlForm() |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.