Uses of Class
org.jsoup.nodes.FormElement
Packages that use FormElement
Package
Description
HTML document structure nodes.
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 TypeMethodDescriptionList
<FormElement> Document.forms()
Get each of the<form>
elements contained in this document. -
Uses of FormElement in org.jsoup.select
Methods in org.jsoup.select that return types with arguments of type FormElementModifier and TypeMethodDescriptionList
<FormElement> Elements.forms()
Get theFormElement
forms from the selected elements, if any.