Uses of Class
org.jsoup.parser.ParseSettings
Package
Description
HTML document structure nodes.
Contains the HTML parser, tag specifications, and HTML tokeniser.
-
Uses of ParseSettings in org.jsoup.nodes
Modifier and TypeMethodDescriptionint
Attributes.deduplicate
(ParseSettings settings) Internal method. -
Uses of ParseSettings in org.jsoup.parser
Modifier and TypeFieldDescriptionstatic final ParseSettings
ParseSettings.htmlDefault
HTML default settings: both tag and attribute names are lower-cased during parsing.static final ParseSettings
ParseSettings.preserveCase
Preserve both tag and attribute case.Modifier and TypeMethodDescriptionParser.settings()
Gets the current ParseSettings for this ParserModifier and TypeMethodDescriptionParser.settings
(ParseSettings settings) Update the ParseSettings of this Parser, to control the case sensitivity of tags and attributes.static Tag
Tag.valueOf
(String tagName, String namespace, ParseSettings settings) Get a Tag by name.static Tag
Tag.valueOf
(String tagName, ParseSettings settings) Get a Tag by name.