Uses of Class
com.itextpdf.styledxmlparser.css.parse.CssDeclarationValueTokenizer.Token
-
Packages that use CssDeclarationValueTokenizer.Token Package Description com.itextpdf.styledxmlparser.css.parse -
-
Uses of CssDeclarationValueTokenizer.Token in com.itextpdf.styledxmlparser.css.parse
Methods in com.itextpdf.styledxmlparser.css.parse that return CssDeclarationValueTokenizer.Token Modifier and Type Method Description protected CssDeclarationValueTokenizer.TokenCssDeclarationValueTokenizer. getNextToken()Gets the next token.CssDeclarationValueTokenizer.TokenCssDeclarationValueTokenizer. getNextValidToken()Gets the next valid token.protected CssDeclarationValueTokenizer.TokenCssDeclarationValueTokenizer. parseFunctionToken(CssDeclarationValueTokenizer.Token token, int funcDepth)Parse internal function token to full function token, e.g.Methods in com.itextpdf.styledxmlparser.css.parse with parameters of type CssDeclarationValueTokenizer.Token Modifier and Type Method Description protected CssDeclarationValueTokenizer.TokenCssDeclarationValueTokenizer. parseFunctionToken(CssDeclarationValueTokenizer.Token token, int funcDepth)Parse internal function token to full function token, e.g.private voidCssDeclarationValueTokenizer. processFunctionToken(CssDeclarationValueTokenizer.Token token, java.lang.StringBuilder functionBuffer)Processes a function token.
-