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 int
Attributes. 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 ParseSettings
ParseSettings. htmlDefault
HTML default settings: both tag and attribute names are lower-cased during parsing.static ParseSettings
ParseSettings. preserveCase
Preserve both tag and attribute case.private ParseSettings
Parser. settings
protected ParseSettings
TreeBuilder. settings
Methods in com.itextpdf.styledxmlparser.jsoup.parser that return ParseSettings Modifier and Type Method Description (package private) ParseSettings
HtmlTreeBuilder. defaultSettings()
(package private) abstract ParseSettings
TreeBuilder. defaultSettings()
(package private) ParseSettings
XmlTreeBuilder. defaultSettings()
ParseSettings
Parser. settings()
Methods in com.itextpdf.styledxmlparser.jsoup.parser with parameters of type ParseSettings Modifier and Type Method Description Parser
Parser. settings(ParseSettings settings)
static Tag
Tag. 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)
-