Home | Trees | Indices | Help |
|
---|
|
object --+ | util.Base --+ | util.Base2 --+ | cssrule.CSSRule --+ | CSSComment
(cssutils) a CSS comment
Inherits properties from CSSRule
/*...*/
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
wellformed = True READONLY |
|||
Inherited from Inherited from Inherited from |
|
|||
type The type of this rule, as defined by a CSSRule type constant. |
|||
cssText (cssutils) Textual representation of this comment |
|||
Inherited from Inherited from Inherited from |
|
|
DOMException on setting
|
repr(x)
|
str(x)
|
|
typeThe type of this rule, as defined by a CSSRule type constant. Overwritten in derived classes. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type. (Casting not for this Python implementation I guess...)
|
cssText(cssutils) Textual representation of this comment
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 11 21:02:56 2008 | http://epydoc.sourceforge.net |