|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormElement | |
---|---|
org.jsoup.nodes | HTML document structure nodes. |
org.jsoup.select | Packages to support the CSS-style element selector. |
Uses of FormElement in org.jsoup.nodes |
---|
Methods in org.jsoup.nodes that return FormElement | |
---|---|
FormElement |
FormElement.addElement(Element element)
Add a form control element to this form. |
Uses of FormElement in org.jsoup.select |
---|
Methods in org.jsoup.select that return types with arguments of type FormElement | |
---|---|
List<FormElement> |
Elements.forms()
Get the FormElement forms from the selected elements, if any. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |