Interface ValueItem

All Superinterfaces:
CSSValueItem
All Known Implementing Classes:
InheritValue, InitialValue, KeywordValue, RevertValue, UnsetValue, ValueFactory.ListValueItem

public interface ValueItem extends CSSValueItem
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 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 interface CSSValueItem
      Returns:
      the StyleValue associated to this item.