Uses of Class
com.itextpdf.styledxmlparser.jsoup.parser.ParseSettings
-
Packages that use ParseSettings Package Description com.itextpdf.styledxmlparser.jsoup.nodes com.itextpdf.styledxmlparser.jsoup.parser -
-
Uses of ParseSettings in com.itextpdf.styledxmlparser.jsoup.nodes
Methods in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type ParseSettings Modifier and Type Method Description intAttributes. deduplicate(ParseSettings settings)Internal method. -
Uses of ParseSettings in com.itextpdf.styledxmlparser.jsoup.parser
Fields in com.itextpdf.styledxmlparser.jsoup.parser declared as ParseSettings Modifier and Type Field Description static ParseSettingsParseSettings. htmlDefaultHTML default settings: both tag and attribute names are lower-cased during parsing.static ParseSettingsParseSettings. preserveCasePreserve both tag and attribute case.private ParseSettingsParser. settingsprotected ParseSettingsTreeBuilder. settingsMethods in com.itextpdf.styledxmlparser.jsoup.parser that return ParseSettings Modifier and Type Method Description (package private) ParseSettingsHtmlTreeBuilder. defaultSettings()(package private) abstract ParseSettingsTreeBuilder. defaultSettings()(package private) ParseSettingsXmlTreeBuilder. defaultSettings()ParseSettingsParser. settings()Methods in com.itextpdf.styledxmlparser.jsoup.parser with parameters of type ParseSettings Modifier and Type Method Description ParserParser. settings(ParseSettings settings)static TagTag. valueOf(java.lang.String tagName, ParseSettings settings)Get a Tag by name.Constructors in com.itextpdf.styledxmlparser.jsoup.parser with parameters of type ParseSettings Constructor Description ParseSettings(ParseSettings copy)
-