|
__init__(self,
selectorText=None,
parentRule=None,
readonly=False)
initializes SelectorList with optional selectorText |
source code
|
|
|
__prepareset(self,
newSelector,
namespaces=None)
used by appendSelector and __setitem__ |
source code
|
|
|
|
|
|
|
__getNamespaces(self)
uses children namespaces if not attached to a sheet, else the sheet's ones |
source code
|
|
|
_getSelectorText(self)
returns serialized format |
source code
|
|
|
|
|
|
|
|
|
|
|
_getUsedUris(self)
used by CSSStyleSheet to check if @namespace rules are needed |
source code
|
|
Inherited from util.Base (private):
_adddefaultproductions ,
_checkReadonly ,
_nexttoken ,
_parse ,
_splitNamespacesOff ,
_stringtokenvalue ,
_tokenize2 ,
_tokensupto2 ,
_tokenvalue ,
_type ,
_uritokenvalue ,
_valuestr
Inherited from util.ListSeq :
__contains__ ,
__delitem__ ,
__getitem__ ,
__iter__ ,
__len__
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|