All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.values.CssValue
java.lang.Object
|
+----org.w3c.css.values.CssValue
- public abstract class CssValue
- extends Object
-
CssValue()
-
-
equals(Object)
- Compares two values for equality.
-
get()
- Returns the internal value
-
set(String, Frame)
- Set the value of this value.
CssValue
public CssValue()
set
public abstract void set(String s,
Frame frame) throws InvalidParamException
- Set the value of this value.
- Parameters:
- s - the string representation of the value.
- frame - For errors and warnings reports.
- Throws: InvalidParamException
- The unit is incorrect
get
public abstract Object get()
- Returns the internal value
equals
public boolean equals(Object value)
- Compares two values for equality.
- Parameters:
- value - The other value.
- Overrides:
- equals in class Object
All Packages Class Hierarchy This Package Previous Next Index