| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
util.Base --+
|
object --+ |
| |
util.ListSeq --+
|
SelectorList
(cssutils) a list of Selectors of a CSSStyleRule
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
length The number of Selector elements in the list. |
|||
|
_namespaces if this SelectorList is attached to a CSSStyleSheet the namespaces of that sheet are mirrored here. |
|||
|
parentRule (DOM) The CSS rule that contains this SelectorList or None if this SelectorList is not attached to a CSSRule. |
|||
|
selectorText (cssutils) The textual representation of the selector for a rule set. |
|||
|
Inherited from |
|||
|
|||
|
overwrites ListSeq.__setitem__ Any duplicate Selectors are not removed.
|
|
|
|
repr(x)
|
str(x)
|
|
|||
lengthThe number of Selector elements in the list.
|
_namespacesif this SelectorList is attached to a CSSStyleSheet the namespaces of that sheet are mirrored here. While the SelectorList (or parentRule(s) are not attached the namespaces of all children Selectors are used.
|
parentRule(DOM) The CSS rule that contains this SelectorList or None if this SelectorList is not attached to a CSSRule.
|
selectorText(cssutils) The textual representation of the selector for a rule set.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Feb 03 21:10:57 2008 | http://epydoc.sourceforge.net |