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