|
||||||||
| PREV CLASS NEXT CLASS | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
The CSSValue interface represents a simple or a
complex value. A CSSValue object only occurs in a
context of a CSS property.
See also the Document Object Model (DOM) Level 2 Style Specification.
| Field Summary | |
static short |
CSS_CUSTOMThe value is a custom value. |
static short |
CSS_INHERITThe value is inherited and the cssText contains
"inherit". |
static short |
CSS_PRIMITIVE_VALUEThe value is a primitive value and an instance of the CSSPrimitiveValue interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue interface. |
static short |
CSS_VALUE_LISTThe value is a CSSValue list and an instance of the
CSSValueList interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue interface. |
| Method Summary | |
java.lang.String |
getCssText()A string representation of the current value. |
short |
getCssValueType()A code defining the type of the value as defined above. |
void |
setCssText(java.lang.String cssText)A string representation of the current value. |
| Field Detail |
public static final short CSS_CUSTOM
public static final short CSS_INHERIT
cssText contains
"inherit".public static final short CSS_PRIMITIVE_VALUE
CSSPrimitiveValue interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue interface.public static final short CSS_VALUE_LIST
CSSValue list and an instance of
the CSSValueList interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue interface.| Method Detail |
public java.lang.String getCssText()
public short getCssValueType()
public void setCssText(java.lang.String cssText)
throws DOMException
DOMException
- SYNTAX_ERR: Raised if the specified CSS string value has a syntax
error (according to the attached property) or is unparsable.
|
||||||||
| PREV CLASS NEXT CLASS | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Copyright © 2003 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.