Class CssDeclarationValueTokenizer
java.lang.Object
com.itextpdf.styledxmlparser.css.parse.CssDeclarationValueTokenizer
Tokenizer for CSS declaration values.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Token class.static enumEnumeration of the different token types. -
Constructor Summary
ConstructorsConstructorDescriptionCssDeclarationValueTokenizer(String propertyValue) Creates a newCssDeclarationValueTokenizerinstance. -
Method Summary
Modifier and TypeMethodDescriptionGets the next valid token.
-
Constructor Details
-
CssDeclarationValueTokenizer
Creates a newCssDeclarationValueTokenizerinstance.- Parameters:
-
propertyValue- the property value
-
-
Method Details
-
getNextValidToken
Gets the next valid token.- Returns:
- the next valid token
-