| Home | Trees | Index | Help |
|
|---|
| Package docutils :: Package writers :: Module html4css1 :: Class Writer |
|
SettingsSpec--+ |TransformSpec--+ |Component--+ |Writer--+ | Writer
Writer| Method Summary | |
|---|---|
Initialize the Writer instance. | |
Override to do final document tree translation. | |
| Inherited from Writer | |
| |
| Inherited from Component | |
Is format supported by this component? | |
| Class Variable Summary | |
|---|---|
NoneType |
output = None |
tuple |
relative_path_settings = ('stylesheet_path',)
|
tuple |
settings_spec = ('HTML-Specific Options', None, (('Speci...
|
tuple |
supported = ('html', 'html4css1', 'xhtml')
|
| Inherited from Writer | |
str |
component_type = 'writer'
|
NoneType |
destination = None |
NoneType |
document = None |
NoneType |
language = None |
| Inherited from SettingsSpec | |
NoneType |
settings_default_overrides = None |
NoneType |
settings_defaults = None |
| Inherited from TransformSpec | |
tuple |
default_transforms = ()
|
| Method Details |
|---|
__init__(self)
Initialize the Writer instance. |
translate(self)Override to do final document tree translation. This is usually done with a
|
| Class Variable Details |
|---|
output
|
relative_path_settings
|
supported
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Tue Jul 22 05:30:44 2003 | http://epydoc.sf.net |