Home | Trees | Index | Help |
|
---|
Package docutils :: Package writers :: Class Writer |
|
SettingsSpec
--+ |TransformSpec
--+ |Component
--+ | Writer
_DocumentPseudoWriter
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 :
supports
|
Class Variable Summary | |
---|---|
str |
component_type = 'writer'
|
NoneType |
destination = None |
NoneType |
document = None |
NoneType |
language = None |
Inherited from Component :
supported
Inherited from SettingsSpec :
relative_path_settings ,
settings_default_overrides ,
settings_defaults ,
settings_spec
Inherited from TransformSpec :
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.1 on Sat Mar 20 17:46:14 2004 | http://epydoc.sf.net |