Uses of Enum Class
org.jsoup.parser.Token.TokenType
Packages that use Token.TokenType
Package
Description
Contains the HTML parser, tag specifications, and HTML tokeniser.
-
Uses of Token.TokenType in org.jsoup.parser
Fields in org.jsoup.parser declared as Token.TokenTypeMethods in org.jsoup.parser that return Token.TokenTypeModifier and TypeMethodDescriptionstatic Token.TokenTypeReturns the enum constant of this class with the specified name.static Token.TokenType[]Token.TokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jsoup.parser with parameters of type Token.TokenTypeModifierConstructorDescription(package private)Tag(Token.TokenType type, TreeBuilder treeBuilder) privateToken(Token.TokenType type)