Interface CSSCompoundValueReadHandler
-
- All Known Implementing Classes:
AbstractCompoundValueReadHandler,BackgroundReadHandler,BorderBottomReadHandler,BorderBreakReadHandler,BorderColorReadHandler,BorderLeftReadHandler,BorderRadiusReadHandler,BorderReadHandler,BorderRightReadHandler,BorderStyleReadHandler,BorderTopReadHandler,BorderWidthReadHandler,ColumnRuleReadHandler,ColumnRuleStyleReadHandler,ColumnRuleWidthReadHandler,DisplayReadHandler,FontEmphasizeReadHandler,FontReadHandler,LetterSpacingLimitReadHandler,LineGridReadHandler,LineStackingReadHandler,ListStyleReadHandler,MarginReadHandler,OverflowReadHandler,PaddingReadHandler,SpacingLimitReadHandler,TargetReadHandler,TextDecorationReadHandler,TextDecorationWidthReadHandler,TextLineThroughReadHandler,TextOverflowReadHandler,TextOverlineReadHandler,TextUnderlineReadHandler,VerticalAlignReadHandler,WhitespaceReadHandler,WordSpacingLimitReadHandler,WritingModeReadHandler
public interface CSSCompoundValueReadHandlerCreation-Date: 26.11.2005, 19:45:45- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MapcreateValues(org.w3c.css.sac.LexicalUnit unit)Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.StyleKey[]getAffectedKeys()
-