Package | Description |
---|---|
org.jsoup.nodes |
HTML document structure nodes.
|
org.jsoup.select |
Packages to support the CSS-style element selector.
|
Modifier and Type | Method and Description |
---|---|
FormElement |
FormElement.addElement(Element element)
Add a form control element to this form.
|
Modifier and Type | Method and Description |
---|---|
List<FormElement> |
Elements.forms()
Get the
FormElement forms from the selected elements, if any. |
Copyright © 2017. All rights reserved.