Class LexicalValue

All Implemented Interfaces:
CSSLexicalValue, CSSPrimitiveValue, CSSValue, Serializable, Cloneable

public class LexicalValue extends AbstractLexicalValue
A value that contains a var or attr() value as part of its declaration.
See Also:
  • Constructor Details

    • LexicalValue

      public LexicalValue()
    • LexicalValue

      protected LexicalValue(LexicalValue copied)
  • Method Details

    • clone

      public LexicalValue clone()
      Description copied from class: PrimitiveValue
      Creates and returns a copy of this object.

      The object will be the same except for the subproperty flag, that will be disabled in the clone object.

      Specified by:
      clone in interface CSSValue
      Specified by:
      clone in class PrimitiveValue
      Returns:
      a copy of this object.