Home | Trees | Indices | Help |
|
---|
|
object --+ | CSSParser
parses a CSS StyleSheet string or file and returns a DOM Level 2 CSS StyleSheet object
Usage:
parser = CSSParser() stylesheet = p.parse('test1.css', 'ascii') print stylesheet.cssText
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|
parse a CSSStyleSheet string returns the parsed CSS as a CSSStyleSheet object
|
parse a CSSStyleSheet file returns the parsed CSS as a CSSStyleSheet object
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Sun Jan 13 18:12:41 2008 | http://epydoc.sourceforge.net |