Package | Description |
---|---|
org.jsoup.nodes |
HTML document structure nodes.
|
org.jsoup.parser |
Contains the HTML parser, tag specifications, and HTML tokeniser.
|
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 | Field and Description |
---|---|
private FormElement |
HtmlTreeBuilder.formElement |
Modifier and Type | Method and Description |
---|---|
(package private) FormElement |
HtmlTreeBuilder.getFormElement() |
(package private) FormElement |
HtmlTreeBuilder.insertForm(Token.StartTag startTag,
boolean onStack) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
HtmlTreeBuilder.setFormElement(FormElement formElement) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FormElement> |
Elements.forms()
Get the
FormElement forms from the selected elements, if any. |