public abstract class ListOfValuesReadHandler extends java.lang.Object implements CSSValueReadHandler
| Modifier | Constructor and Description |
|---|---|
protected |
ListOfValuesReadHandler() |
protected |
ListOfValuesReadHandler(int maxCount,
boolean distinct) |
| Modifier and Type | Method and Description |
|---|---|
CSSValue |
createValue(StyleKey name,
LexicalUnit value) |
int |
getMaxCount() |
boolean |
isDistinctValues() |
protected abstract CSSValue |
parseValue(LexicalUnit value) |
protected ListOfValuesReadHandler()
protected ListOfValuesReadHandler(int maxCount,
boolean distinct)
public boolean isDistinctValues()
public int getMaxCount()
public CSSValue createValue(StyleKey name, LexicalUnit value)
createValue in interface CSSValueReadHandlerprotected abstract CSSValue parseValue(LexicalUnit value)