Interface ExtendedCSSPrimitiveValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSPrimitiveValue2, CSSValue, ExtendedCSSValue
All Known Subinterfaces:
CSSAttrValue, CSSCountersValue, CSSCounterValue, CSSCustomPropertyValue, CSSEnvVariableValue, CSSExpressionValue, CSSFunctionValue, CSSGradientValue, CSSRatioValue, CSSUnicodeRangeValue, CSSUnicodeRangeValue.CSSUnicodeValue
All Known Implementing Classes:
AttrValue, CalcValue, ColorValue, CustomPropertyValue, EnvVariableValue, ExpressionValue, FunctionValue, GradientValue, IdentifierValue, NumberValue, PercentageValue, PrimitiveValue, RatioValue, StringValue, SystemDefaultValue, UnicodeRangeValue, UnicodeValue, UnicodeWildcardValue, UnknownValue, URIValue, URIValueWrapper

public interface ExtendedCSSPrimitiveValue extends ExtendedCSSValue, CSSPrimitiveValue2
Extends the CSSValue interface to provide a couple serialization methods.
  • Method Details

    • isNumberZero

      boolean isNumberZero()
      Is this value a number set to a value of zero ?
      Returns:
      true if this is a number and is set to zero.