CSSValue Class Reference
from PyKDE4.khtml import *
Subclasses: DOM.CSSValueList, DOM.CSSPrimitiveValue
Namespace: DOM.CSSValue
Detailed Description
The CSSValue interface represents a simple or a
complexe value.
Method Documentation
A string representation of the current value.
long cssValueType |
( |
|
self ) |
|
A code defining the type of the value as defined above.
bool isCSSPrimitiveValue |
( |
|
self ) |
|
bool isCSSValueList |
( |
|
self ) |
|
- Internal:
-
not part of the DOM
see cssText
CSSException
SYNTAX_ERR: Raised if the specified CSS string value has a
syntax error and is unparsable.
DOMException
NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is
readonly.
Enumeration Documentation