Uses of Class
com.itextpdf.styledxmlparser.jsoup.parser.ParseSettings
Packages that use ParseSettings
Package
Description
-
Uses of ParseSettings in com.itextpdf.styledxmlparser.jsoup.nodes
Methods in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type ParseSettingsModifier and TypeMethodDescriptionintAttributes.deduplicate(ParseSettings settings) Internal method. -
Uses of ParseSettings in com.itextpdf.styledxmlparser.jsoup.parser
Fields in com.itextpdf.styledxmlparser.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.settingsMethods in com.itextpdf.styledxmlparser.jsoup.parser that return ParseSettingsMethods in com.itextpdf.styledxmlparser.jsoup.parser with parameters of type ParseSettingsModifier and TypeMethodDescriptionParser.settings(ParseSettings settings) static TagTag.valueOf(String tagName, ParseSettings settings) Get a Tag by name.