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 | Description |
---|---|
Parser |
Parses HTML into a
Document . |
Class | Description |
---|---|
Parser |
Parses HTML into a
Document . |
Class | Description |
---|---|
Tag |
HTML Tag capabilities.
|
Class | 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–2018 Jonathan Hedley. All rights reserved.