Package | Description |
---|---|
org.jsoup.parser |
Contains the HTML parser, tag specifications, and HTML tokeniser.
|
Modifier and Type | Field and Description |
---|---|
static ParseSettings |
ParseSettings.htmlDefault
HTML default settings: both tag and attribute names are lower-cased during parsing.
|
static ParseSettings |
ParseSettings.preserveCase
Preserve both tag and attribute case.
|
protected ParseSettings |
TreeBuilder.settings |
private ParseSettings |
Parser.settings |
Modifier and Type | Method and Description |
---|---|
(package private) abstract ParseSettings |
TreeBuilder.defaultSettings() |
(package private) ParseSettings |
XmlTreeBuilder.defaultSettings() |
(package private) ParseSettings |
HtmlTreeBuilder.defaultSettings() |
ParseSettings |
Parser.settings() |
Modifier and Type | Method and Description |
---|---|
Parser |
Parser.settings(ParseSettings settings) |
static Tag |
Tag.valueOf(java.lang.String tagName,
ParseSettings settings)
Get a Tag by name.
|