- All Superinterfaces:
CSSValueItem
- All Known Implementing Classes:
InheritValue
,InitialValue
,KeywordValue
,RevertValue
,UnsetValue
,ValueFactory.ListValueItem
This interface provides information about the processing of one (or more) CSS
lexical unit(s) in order to produce a
StyleValue
, that can be
recovered with getCSSValue()
.-
Method Summary
Modifier and TypeMethodDescriptionGets the StyleValue associated to this item.Methods inherited from interface io.sf.carte.doc.style.css.CSSValueItem
getNextLexicalUnit, handleSyntaxWarnings, hasWarnings
-
Method Details
-
getCSSValue
StyleValue getCSSValue()Gets the StyleValue associated to this item.If there is an item there must be a value, so this method cannot return null.
- Specified by:
getCSSValue
in interfaceCSSValueItem
- Returns:
- the StyleValue associated to this item.
-