public class AbstractCompoundValueReadHandler extends Object implements CSSCompoundValueReadHandler
| Constructor and Description |
|---|
AbstractCompoundValueReadHandler() |
| Modifier and Type | Method and Description |
|---|---|
Map |
createValues(org.w3c.css.sac.LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
|
StyleKey[] |
getAffectedKeys() |
public StyleKey[] getAffectedKeys()
getAffectedKeys in interface CSSCompoundValueReadHandlerpublic Map createValues(org.w3c.css.sac.LexicalUnit unit)
createValues in interface CSSCompoundValueReadHandlerunit -