public class AbstractCompoundValueReadHandler extends java.lang.Object implements CSSCompoundValueReadHandler
Constructor and Description |
---|
AbstractCompoundValueReadHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
addHandler(StyleKey key,
CSSValueReadHandler handler) |
java.util.Map |
createValues(LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
|
StyleKey[] |
getAffectedKeys() |
protected void addHandler(StyleKey key, CSSValueReadHandler handler)
public StyleKey[] getAffectedKeys()
getAffectedKeys
in interface CSSCompoundValueReadHandler
public java.util.Map createValues(LexicalUnit unit)
createValues
in interface CSSCompoundValueReadHandler
unit
-