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. |
|||
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.
|
Append newSelector (is a string will be converted to a new Selector. A duplicate Selector is removed. Returns new Selector or None if newSelector is no wellformed Selector. DOMException on setting
|
|
DOMException on setting
|
|
|
|
lengthThe number of Selector elements in the list.
|
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.0beta1 on Sun Jan 13 18:12:40 2008 | http://epydoc.sourceforge.net |