All Implemented Interfaces:
io.sf.carte.doc.style.css.CSSValue, CSSVal, Value, Serializable, Cloneable, CSSStyleValue

public class PendingValue extends LexicalValue
A value meaning that a longhand property is pending the PROXY substitution of a shorthand value.
See Also:
  • Constructor Details

    • PendingValue

      public PendingValue(String shorthandName, io.sf.carte.doc.style.css.nsac.LexicalUnit lunit) throws IllegalArgumentException
      Creates a new PendingValue object.
      Parameters:
      shorthandName - the shorthand name.
      lunit - the lexical unit that is pending substitution.
      Throws:
      IllegalArgumentException
  • Method Details

    • getPrimitiveType

      public io.sf.carte.doc.style.css.CSSValue.Type getPrimitiveType()
      Specified by:
      getPrimitiveType in interface io.sf.carte.doc.style.css.CSSValue
      Overrides:
      getPrimitiveType in class LexicalValue
    • getShorthandName

      public String getShorthandName()
    • getCssText

      public String getCssText()
      Specified by:
      getCssText in interface io.sf.carte.doc.style.css.CSSValue
      Overrides:
      getCssText in class LexicalValue
    • clone

      public PendingValue clone()
      Description copied from interface: Value
      Create and return a copy of this object.

      If this object is unmodifiable, the clone will be modifiable.

      Specified by:
      clone in interface CSSVal
      Specified by:
      clone in interface io.sf.carte.doc.style.css.CSSValue
      Specified by:
      clone in interface Value
      Overrides:
      clone in class LexicalValue
      Returns:
      a modifiable copy of this object.