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,
org.w3c.css.sac.LexicalUnit value) |
int |
getMaxCount() |
boolean |
isDistinctValues() |
protected abstract CSSValue |
parseValue(org.w3c.css.sac.LexicalUnit value) |
protected ListOfValuesReadHandler()
protected ListOfValuesReadHandler(int maxCount,
boolean distinct)
public boolean isDistinctValues()
public int getMaxCount()
public CSSValue createValue(StyleKey name, org.w3c.css.sac.LexicalUnit value)
createValue in interface CSSValueReadHandlerprotected abstract CSSValue parseValue(org.w3c.css.sac.LexicalUnit value)