| Package | Description |
|---|---|
| org.jsoup.nodes |
HTML document structure nodes.
|
| Package | Description |
|---|---|
| org.jsoup |
Contains the main
Jsoup class, which provides convenient static access to the jsoup functionality. |
| org.jsoup.helper |
Package containing classes supporting the core jsoup code.
|
| org.jsoup.nodes |
HTML document structure nodes.
|
| org.jsoup.select |
Packages to support the CSS-style element selector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Element
A HTML element consists of a tag name, attributes, and child nodes (including text nodes and
other elements).
|
Copyright © 2009–2025 Jonathan Hedley. All rights reserved.