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.Contains the neko html parser.
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 HtmlFormModifier and TypeFieldDescriptionprivate HtmlForm
HtmlTableRow.CellIterator.currentForm_
private HtmlForm
HtmlElement.owningForm_
The owning form for lost form children.Methods in org.htmlunit.html that return HtmlFormModifier and TypeMethodDescriptionHtmlElement.getEnclosingForm()
Returns the form which contains this element, ornull
if 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 TypeMethodDescriptionvoid
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 -
Uses of HtmlForm in org.htmlunit.javascript.host.html
Methods in org.htmlunit.javascript.host.html that return HtmlForm