Interface CSSPrimitiveValueItem

All Superinterfaces:
CSSValueItem

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