Interface CSSUnicodeRangeValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSTypedValue, CSSValue
All Known Implementing Classes:
UnicodeRangeValue

public interface CSSUnicodeRangeValue extends CSSTypedValue
A CSS unicode range value.
  • Method Details

    • getValue

      CSSTypedValue getValue()
      Get the beginning of this unicode range.

      The value can be an integer or a wildcard value.

      Returns:
      the value.
    • getEndValue

      CSSTypedValue getEndValue()
      Get the end of this unicode range.
      Returns:
      the range end value, or null if a single unicode value was specified.
    • clone

      Description copied from interface: CSSValue
      Creates and returns a copy of this value.
      Specified by:
      clone in interface CSSValue
      Returns:
      a clone of this value.