Uses of Class
org.jsoup.nodes.FormElement
Package
Description
HTML document structure nodes.
Packages to support the CSS-style element selector.
-
Uses of FormElement in org.jsoup.nodes
Modifier 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.Modifier and TypeMethodDescriptionList<FormElement>
Document.forms()
Get each of the<form>
elements contained in this document. -
Uses of FormElement in org.jsoup.select
Modifier and TypeMethodDescriptionList<FormElement>
Elements.forms()
Get theFormElement
forms from the selected elements, if any.