Uses of Class
org.htmlunit.html.HtmlForm
-
Packages that use HtmlForm Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich 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 HtmlFormHtmlTableRow.CellIterator. currentForm_private HtmlFormHtmlElement. owningForm_The owning form for lost form children.Methods in org.htmlunit.html that return HtmlForm Modifier and Type Method Description HtmlFormHtmlElement. getEnclosingForm()Returns the form which contains this element, ornullif this element is not inside of a form.HtmlFormHtmlElement. getEnclosingFormOrDie()Returns the form which contains this element.HtmlFormHtmlPage. 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 voidHtmlElement. 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 HtmlFormHtmlUnitNekoDOMBuilder. 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 HtmlFormHTMLFormElement. getHtmlForm()
-