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.
|
Modifier and Type | Method and Description |
---|---|
ParseSettings |
Parser.settings() |
Modifier and Type | Method and Description |
---|---|
protected void |
XmlTreeBuilder.initialiseParse(String 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 © 2017. All rights reserved.