Generated by
JDiff

Class com.itextpdf.styledxmlparser.css.parse.CssDeclarationValueTokenizer

Added Methods
Token  getNextToken() Gets the next token.
Token  parseFunctionToken( Token, int ) Parse internal function token to full function token, e.g.
 

Added Fields
int  functionDepth The depth.
boolean  inString Indicates if we're inside a string.
int  index The current index.
String  src The source string.
char  stringQuote The quote string, either "'" or "\"".