| 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.
|
| Parser
Parses HTML into a
Document. |
| Tag
HTML Tag capabilities.
|
Copyright © 2009-2016 Jonathan Hedley. All Rights Reserved.