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 TypeMethodDescriptionint
Attributes.deduplicate
(ParseSettings settings) Internal method. -
Uses of ParseSettings in org.jsoup.parser
Fields in org.jsoup.parser declared as ParseSettingsModifier 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.private ParseSettings
Parser.settings
(package private) ParseSettings
TreeBuilder.settings
Methods in org.jsoup.parser that return ParseSettingsModifier and TypeMethodDescription(package private) ParseSettings
HtmlTreeBuilder.defaultSettings()
(package private) abstract ParseSettings
TreeBuilder.defaultSettings()
(package private) ParseSettings
XmlTreeBuilder.defaultSettings()
Parser.settings()
Gets the current ParseSettings for this ParserMethods in org.jsoup.parser with parameters of type ParseSettingsModifier and TypeMethodDescriptionParser.settings
(ParseSettings settings) Update the ParseSettings of this Parser, to control the case sensitivity of tags and attributes.(package private) Tag
TreeBuilder.tagFor
(String tagName, String namespace, ParseSettings settings) (package private) Tag
TreeBuilder.tagFor
(String tagName, ParseSettings settings) 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.Constructors in org.jsoup.parser with parameters of type ParseSettings