All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.values.CssIdent
java.lang.Object
|
+----org.w3c.css.values.CssValue
|
+----org.w3c.css.values.CssIdent
- public class CssIdent
- extends CssValue
-
CssIdent()
- Create a new CssIdent
-
CssIdent(String)
- Create a new CssIdent
-
equals(Object)
- Compares two values for equality.
-
get()
- Returns the internal value.
-
hashCode()
- Returns a hashcode for this ident.
-
set(String, Frame)
- Set the value of this ident.
-
toString()
- Returns a string representation of the object.
CssIdent
public CssIdent()
- Create a new CssIdent
CssIdent
public CssIdent(String s)
- Create a new CssIdent
- Parameters:
- s - The identificator
set
public void set(String s,
Frame frame)
- Set the value of this ident.
- Parameters:
- s - the string representation of the identificator.
- frame - For errors and warnings reports.
- Overrides:
- set in class CssValue
get
public Object get()
- Returns the internal 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
hashCode
public int hashCode()
- Returns a hashcode for this ident.
- Overrides:
- hashCode in class Object
All Packages Class Hierarchy This Package Previous Next Index