Home | Trees | Index | Help |
|
---|
Package docutils :: Package writers :: Class Writer |
|
SettingsSpec
--+ |TransformSpec
--+ |Component
--+ | Writer
Writer
,
Writer
,
Writer
,
Writer
Abstract base class for docutils Writers.
Each writer module or package must export a subclass also called 'Writer'.
Each writer must support all standard node types listed in
docutils.nodes.node_class_names
.
Call write()
to process a document.
Method Summary | |
---|---|
Initialize the Writer instance. | |
Override to do final document tree translation. | |
write(self,
document,
destination)
| |
Inherited from Component | |
Is format supported by this component? |
Class Variable Summary | |
---|---|
str |
component_type = 'writer'
|
NoneType |
destination = None |
NoneType |
document = None |
NoneType |
language = None |
Inherited from Component | |
tuple |
supported = ()
|
Inherited from SettingsSpec | |
tuple |
relative_path_settings = ()
|
NoneType |
settings_default_overrides = None |
NoneType |
settings_defaults = None |
tuple |
settings_spec = ()
|
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 |
---|
component_type
|
destination
|
document
|
language
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Tue Jul 22 05:30:25 2003 | http://epydoc.sf.net |