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.
|
org.jsoup.select |
Packages to support the CSS-style element selector.
|
Class and Description |
---|
Parser
Parses HTML into a
Document . |
Class and Description |
---|
Parser
Parses HTML into a
Document . |
Class and Description |
---|
Parser
Parses HTML into a
Document . |
ParseSettings
Controls parser settings, to optionally preserve tag and/or attribute name case.
|
Tag
HTML Tag capabilities.
|
Class and Description |
---|
CharacterReader
CharacterReader consumes tokens off a string.
|
HtmlTreeBuilder
HTML Tree Builder; creates a DOM from Tokens.
|
HtmlTreeBuilderState
The Tree Builder's current state.
|
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.
|
Token
Parse tokens for the Tokeniser.
|
Token.Character |
Token.Comment |
Token.Doctype |
Token.EndTag |
Token.StartTag |
Token.Tag |
Token.TokenType |
Tokeniser
Readers the input stream into tokens.
|
TokeniserState
States and transition activations for the Tokeniser.
|
TreeBuilder |
Class and Description |
---|
TokenQueue
A character queue with parsing helpers.
|