Uses of Class
org.htmlunit.html.HtmlForm
Packages that use HtmlForm
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content.Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of HtmlForm in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlFormModifier and TypeMethodDescriptionHtmlElement.getEnclosingForm()Returns the form which contains this element, ornullif this element is not inside of a form.HtmlElement.getEnclosingFormOrDie()Returns the form which contains this element.HtmlPage.getFormByName(String name) Returns the first form that matches the specified name.Methods in org.htmlunit.html that return types with arguments of type HtmlFormModifier and TypeMethodDescriptionHtmlPage.getForms()Returns a list of all the forms in this page.Methods in org.htmlunit.html with parameters of type HtmlFormModifier and TypeMethodDescriptionvoidHtmlElement.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.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return HtmlForm