All Implemented Interfaces:
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