| Package | Description |
|---|---|
| org.jsoup.parser |
Contains the HTML parser, tag specifications, and HTML tokeniser.
|
| Modifier and Type | Field | 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
ParseSettings |
Parser.settings() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
HtmlTreeBuilder.initialiseParse(Reader input,
String baseUri,
ParseErrorList errors,
ParseSettings settings) |
|
protected void |
XmlTreeBuilder.initialiseParse(Reader input,
String baseUri,
ParseErrorList errors,
ParseSettings settings) |
|
Parser |
Parser.settings(ParseSettings settings) |
|
static Tag |
Tag.valueOf(String tagName,
ParseSettings settings) |
Get a Tag by name.
|
Copyright © 2009–2018 Jonathan Hedley. All rights reserved.