| Package | Description |
|---|---|
| org.jsoup |
Contains the main
Jsoup class, which provides convenient static access to the jsoup functionality. |
| org.jsoup.helper | |
| org.jsoup.nodes |
HTML document structure nodes.
|
| org.jsoup.parser |
Contains the HTML parser, tag specifications, and HTML tokeniser.
|
| Class and Description |
|---|
| Parser
Parses HTML into a
Document. |
| Class and Description |
|---|
| Parser
Parses HTML into a
Document. |
| Class and Description |
|---|
| Tag
HTML Tag capabilities.
|
| Class and Description |
|---|
| ParseError
A Parse Error records an error in the input HTML that occurs in either the tokenisation or the tree building phase.
|
| ParseErrorList
A container for ParseErrors.
|
| Parser
Parses HTML into a
Document. |
| ParseSettings
Controls parser settings, to optionally preserve tag and/or attribute name case.
|
| Tag
HTML Tag capabilities.
|
Copyright © 2009–2017 Jonathan Hedley. All rights reserved.