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.CSSValue
public void setCssText(String value) throws DOMException
setCssText
in interface org.w3c.dom.css.CSSValue
DOMException
public short getCssValueType()
getCssValueType
in interface org.w3c.dom.css.CSSValue
Copyright © 2020. All rights reserved.