Uses of Class
org.htmlunit.html.HtmlForm
-
Packages that use HtmlForm Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content.org.htmlunit.html.parser.neko Contains the neko html parser.org.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of HtmlForm in org.htmlunit.html
Fields in org.htmlunit.html declared as HtmlForm Modifier and Type Field Description private HtmlForm
HtmlTableRow.CellIterator. currentForm_
private HtmlForm
HtmlElement. owningForm_
The owning form for lost form children.Methods in org.htmlunit.html that return HtmlForm Modifier and Type Method Description HtmlForm
HtmlElement. getEnclosingForm()
Returns the form which contains this element, ornull
if this element is not inside of a form.HtmlForm
HtmlElement. getEnclosingFormOrDie()
Returns the form which contains this element.HtmlForm
HtmlPage. getFormByName(java.lang.String name)
Returns the first form that matches the specified name.Methods in org.htmlunit.html that return types with arguments of type HtmlForm Modifier and Type Method Description java.util.List<HtmlForm>
HtmlPage. getForms()
Returns a list of all the forms in this page.Methods in org.htmlunit.html with parameters of type HtmlForm Modifier and Type Method Description void
HtmlElement. setOwningForm(HtmlForm form)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Allows the parser to connect to a form that is not a parent of this due to malformed HTML code -
Uses of HtmlForm in org.htmlunit.html.parser.neko
Fields in org.htmlunit.html.parser.neko declared as HtmlForm Modifier and Type Field Description private HtmlForm
HtmlUnitNekoDOMBuilder. consumingForm_
-
Uses of HtmlForm in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return HtmlForm Modifier and Type Method Description HtmlForm
HTMLFormElement. getHtmlForm()
-