Uses of Class
org.jsoup.parser.TagSet
Packages that use TagSet
Package
Description
Contains the HTML parser, tag specifications, and HTML tokeniser.
-
Uses of TagSet in org.jsoup.parser
Fields in org.jsoup.parser declared as TagSetModifier and TypeFieldDescription(package private) static final TagSetTagSet.HtmlTagSetprivate final TagSetTagSet.sourceprivate TagSetParser.tagSet(package private) TagSetTreeBuilder.tagSetMethods in org.jsoup.parser that return TagSetModifier and TypeMethodDescriptionInsert a tag into this TagSet.(package private) TagSetTreeBuilder.defaultTagSet()(package private) TagSetXmlTreeBuilder.defaultTagSet()static TagSetTagSet.Html()Returns a mutable copy of the default HTML tag set.(package private) static TagSetTagSet.initHtmlDefault()Initialize the default HTML tag set.Register a callback to customize eachTagas it's added to this TagSet.private TagSetParser.tagSet()Get the current TagSet for this Parser, which will be either this parser's default, or one that you have set.Methods in org.jsoup.parser with parameters of type TagSetModifier and TypeMethodDescriptionTagSet.copyCustomizers(TagSet base) Set a custom TagSet to use for this Parser.Constructors in org.jsoup.parser with parameters of type TagSet