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

public class URIValue extends AbstractStringValue implements CSSStringValue
This class represents URI values.

Original author: Stephane Hillion. For later modifications, see Git history.

See Also:
  • Constructor Details

    • URIValue

      public URIValue(String cssText, String s)
      Creates a new URIValue.
  • Method Details

    • getPrimitiveType

      public io.sf.carte.doc.style.css.CSSValue.Type getPrimitiveType()
      The type of the value.
      Specified by:
      getPrimitiveType in interface io.sf.carte.doc.style.css.CSSValue
    • getURIValue

      public String getURIValue()
      Description copied from interface: CSSVal
      Convenience method that either returns a String or URI or throws an exception.
      Specified by:
      getURIValue in interface CSSVal
      Overrides:
      getURIValue in class AbstractValue
    • getCssText

      public String getCssText()
      A string representation of the current value.
      Specified by:
      getCssText in interface io.sf.carte.doc.style.css.CSSValue
    • clone

      public URIValue 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 AbstractStringValue
      Returns:
      a modifiable copy of this object.