Package | Description |
---|---|
org.jsoup.nodes |
HTML document structure nodes.
|
org.jsoup.parser |
Contains the HTML parser, tag specifications, and HTML tokeniser.
|
Modifier and Type | Method and Description |
---|---|
int |
Attributes.deduplicate(ParseSettings settings)
Internal method.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ParseSettings |
Parser.settings() |
Modifier and Type | Method and Description |
---|---|
Parser |
Parser.settings(ParseSettings settings) |
static Tag |
Tag.valueOf(String tagName,
ParseSettings settings)
Get a Tag by name.
|
Copyright © 2009–2024 Jonathan Hedley. All rights reserved.