public abstract class ListOfPairReadHandler extends java.lang.Object implements CSSValueReadHandler
| Modifier | Constructor and Description |
|---|---|
protected |
ListOfPairReadHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addToResultList(java.util.ArrayList values,
CSSValue firstPosition,
CSSValue secondPosition) |
CSSValue |
createValue(StyleKey name,
LexicalUnit value) |
protected abstract CSSValue |
parseFirstPosition(LexicalUnit value) |
protected abstract CSSValue |
parseSecondPosition(LexicalUnit value,
CSSValue first) |
public CSSValue createValue(StyleKey name, LexicalUnit value)
createValue in interface CSSValueReadHandlerprotected void addToResultList(java.util.ArrayList values,
CSSValue firstPosition,
CSSValue secondPosition)
protected abstract CSSValue parseFirstPosition(LexicalUnit value)