Uses of Class
org.jsoup.parser.ParseSettings
Packages that use ParseSettings
Package
Description
HTML document structure nodes.
Contains the HTML parser, tag specifications, and HTML tokeniser.
-
Uses of ParseSettings in org.jsoup.nodes
Methods in org.jsoup.nodes with parameters of type ParseSettingsModifier and TypeMethodDescriptionintAttributes.deduplicate(ParseSettings settings) Internal method. -
Uses of ParseSettings in org.jsoup.parser
Fields in org.jsoup.parser declared as ParseSettingsModifier and TypeFieldDescriptionstatic final ParseSettingsParseSettings.htmlDefaultHTML default settings: both tag and attribute names are lower-cased during parsing.static final ParseSettingsParseSettings.preserveCasePreserve both tag and attribute case.protected ParseSettingsTreeBuilder.settingsprotected ParseSettingsTreeBuilder.settingsMethods in org.jsoup.parser that return ParseSettingsMethods in org.jsoup.parser with parameters of type ParseSettingsModifier and TypeMethodDescriptionParser.settings(ParseSettings settings) static TagTag.valueOf(String tagName, ParseSettings settings) Get a Tag by name.