public static class CssDeclarationValueTokenizer.Token extends Object
| Constructor and Description |
|---|
Token(String value,
CssDeclarationValueTokenizer.TokenType type)
Creates a new
CssDeclarationValueTokenizer.Token instance. |
| Modifier and Type | Method and Description |
|---|---|
CssDeclarationValueTokenizer.TokenType |
getType()
Gets the type.
|
String |
getValue()
Gets the value.
|
boolean |
isString()
Checks if the token is a string.
|
String |
toString() |
public Token(String value, CssDeclarationValueTokenizer.TokenType type)
CssDeclarationValueTokenizer.Token instance.value - the valuetype - the typepublic String getValue()
public CssDeclarationValueTokenizer.TokenType getType()
public boolean isString()
Copyright © 1998–2022 iText Group NV. All rights reserved.