- All Superinterfaces:
CSSValueItem
This interface provides information about the processing of one (or more) CSS
lexical unit(s) in order to produce a
CSSPrimitiveValue
, that
can be recovered with getCSSValue()
.-
Method Summary
Modifier and TypeMethodDescriptionGets the CSSValue associated to this item.Methods inherited from interface io.sf.carte.doc.style.css.CSSValueItem
getNextLexicalUnit, handleSyntaxWarnings, hasWarnings
-
Method Details
-
getCSSValue
CSSPrimitiveValue getCSSValue()Gets the CSSValue 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 CSSValue associated to this item.
-