Uses of Class
org.jsoup.nodes.FormElement
Packages that use FormElement
Package
Description
HTML document structure nodes.
Contains the HTML parser, tag specifications, and HTML tokeniser.
Packages to support the CSS-style element selector.
-
Uses of FormElement in org.jsoup.nodes
Methods in org.jsoup.nodes that return FormElementModifier and TypeMethodDescriptionFormElement.addElement
(Element element) Add a form control element to this form.FormElement.clone()
Document.expectForm
(String cssQuery) Selects the firstFormElement
in this document that matches the query.Methods in org.jsoup.nodes that return types with arguments of type FormElementModifier and TypeMethodDescriptionDocument.forms()
Get each of the<form>
elements contained in this document. -
Uses of FormElement in org.jsoup.parser
Fields in org.jsoup.parser declared as FormElementMethods in org.jsoup.parser that return FormElementModifier and TypeMethodDescription(package private) FormElement
HtmlTreeBuilder.getFormElement()
(package private) FormElement
HtmlTreeBuilder.insertFormElement
(Token.StartTag startTag, boolean onStack, boolean checkTemplateStack) Methods in org.jsoup.parser with parameters of type FormElementModifier and TypeMethodDescription(package private) void
HtmlTreeBuilder.setFormElement
(FormElement formElement) -
Uses of FormElement in org.jsoup.select
Methods in org.jsoup.select that return types with arguments of type FormElementModifier and TypeMethodDescriptionElements.forms()
Get theFormElement
forms from the selected elements, if any.