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
Methods in org.jsoup.parser that return TagSetModifier and TypeMethodDescriptionInsert a tag into this TagSet.static TagSet
TagSet.Html()
Returns a mutable copy of the default HTML tag set.Parser.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 TypeMethodDescriptionSet a custom TagSet to use for this Parser.Constructors in org.jsoup.parser with parameters of type TagSet