All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.values.CssUnicodeRange
java.lang.Object
|
+----org.w3c.css.values.CssValue
|
+----org.w3c.css.values.CssUnicodeRange
- public class CssUnicodeRange
- extends CssValue
-
CssUnicodeRange()
- Create a new CssUnicodeRange
-
CssUnicodeRange(String)
- Create a new CssUnicodeRange
-
equals(Object)
- Compares two values for equality.
-
get()
- Returns the value
-
set(String, Frame)
- Set the value of this frequency.
-
toString()
- Returns a string representation of the object.
CssUnicodeRange
public CssUnicodeRange()
- Create a new CssUnicodeRange
CssUnicodeRange
public CssUnicodeRange(String value)
- Create a new CssUnicodeRange
set
public void set(String s,
Frame frame)
- Set the value of this frequency.
- Parameters:
- s - the string representation of the frequency.
- frame - For errors and warnings reports.
- Overrides:
- set in class CssValue
get
public Object get()
- Returns the value
- Overrides:
- get in class CssValue
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
equals
public boolean equals(Object value)
- Compares two values for equality.
- Parameters:
- value - The other value.
- Overrides:
- equals in class CssValue
All Packages Class Hierarchy This Package Previous Next Index