public class CSSValueImpl extends Object implements org.w3c.dom.css.CSSValue
| Modifier and Type | Field and Description |
|---|---|
static int |
CSS_CUSTOM |
static int |
CSS_INHERIT |
static int |
CSS_PRIMITIVE_VALUE |
static int |
CSS_VALUE_LIST |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getCssText() |
short |
getCssValueType() |
int |
hashCode() |
void |
setCssText(String value) |
public static final int CSS_INHERIT
public static final int CSS_PRIMITIVE_VALUE
public static final int CSS_VALUE_LIST
public static final int CSS_CUSTOM
public String getCssText()
getCssText in interface org.w3c.dom.css.CSSValuepublic void setCssText(String value) throws DOMException
setCssText in interface org.w3c.dom.css.CSSValueDOMExceptionpublic short getCssValueType()
getCssValueType in interface org.w3c.dom.css.CSSValueCopyright © 2025. All rights reserved.