Package | Description |
---|---|
org.jsoup.parser |
Contains the HTML parser, tag specifications, and HTML tokeniser.
|
Modifier and Type | Field and Description |
---|---|
(package private) Token.TokenType |
Token.type |
Modifier and Type | Method and Description |
---|---|
static Token.TokenType |
Token.TokenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Token.TokenType[] |
Token.TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|