public class VerticalAlignReadHandler extends OneOfConstantsReadHandler implements CSSCompoundValueReadHandler
| Constructor and Description |
|---|
VerticalAlignReadHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
createValues(LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
|
StyleKey[] |
getAffectedKeys() |
protected CSSValue |
lookupValue(LexicalUnit value) |
addValue, createValue, isAutoAllowedprotected CSSValue lookupValue(LexicalUnit value)
lookupValue in class OneOfConstantsReadHandlerpublic java.util.Map createValues(LexicalUnit unit)
createValues in interface CSSCompoundValueReadHandlerunit - public StyleKey[] getAffectedKeys()
getAffectedKeys in interface CSSCompoundValueReadHandler