CSSCompoundValueReadHandler, CSSValueReadHandlerpublic class MarginReadHandler extends AbstractWidthReadHandler implements CSSCompoundValueReadHandler
| Constructor | Description |
|---|---|
MarginReadHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map |
createValues(org.w3c.css.sac.LexicalUnit unit) |
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
|
StyleKey[] |
getAffectedKeys() |
createValue, isAllowAuto, isAllowPercentages, parseWidthpublic java.util.Map createValues(org.w3c.css.sac.LexicalUnit unit)
createValues in interface CSSCompoundValueReadHandlerunit - public StyleKey[] getAffectedKeys()
getAffectedKeys in interface CSSCompoundValueReadHandler