Uses of Enum
com.itextpdf.styledxmlparser.css.parse.CssDeclarationValueTokenizer.TokenType
Packages that use CssDeclarationValueTokenizer.TokenType
-
Uses of CssDeclarationValueTokenizer.TokenType in com.itextpdf.styledxmlparser.css.parse
Subclasses with type arguments of type CssDeclarationValueTokenizer.TokenType in com.itextpdf.styledxmlparser.css.parseModifier and TypeClassDescriptionstatic enumEnumeration of the different token types.Fields in com.itextpdf.styledxmlparser.css.parse declared as CssDeclarationValueTokenizer.TokenTypeModifier and TypeFieldDescriptionprivate final CssDeclarationValueTokenizer.TokenTypeCssDeclarationValueTokenizer.Token.typeThe type.Methods in com.itextpdf.styledxmlparser.css.parse that return CssDeclarationValueTokenizer.TokenTypeModifier and TypeMethodDescriptionCssDeclarationValueTokenizer.Token.getType()Gets the type.Returns the enum constant of this type with the specified name.CssDeclarationValueTokenizer.TokenType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.itextpdf.styledxmlparser.css.parse with parameters of type CssDeclarationValueTokenizer.TokenTypeModifierConstructorDescriptionToken(String value, CssDeclarationValueTokenizer.TokenType type) Creates a newCssDeclarationValueTokenizer.Tokeninstance.(package private)Token(String value, CssDeclarationValueTokenizer.TokenType type, char stringQuote) (package private)Token(String value, CssDeclarationValueTokenizer.TokenType type, char stringQuote, boolean hasSpace)