| Home | Trees | Index | Help |  | 
|---|
| Package epydoc :: Package markup :: Module restructuredtext :: Class _DocumentPseudoWriter | 
 | 
SettingsSpec--+ |TransformSpec--+ |Component--+ |Writer--+ | _DocumentPseudoWriter
_DocumentPseudoWriter is 
just an empty string; but after it has been used, the most recently 
processed document is available as the instance variable 
document
| Method Summary | |
|---|---|
| Initialize the Writer instance. | |
| Override to do final document tree translation. | |
| Inherited from Writer:writeInherited from Component:supports | |
| Instance Variable Summary | |
|---|---|
| docutils.nodes.document | document: The most recently processed document. | 
| Class Variable Summary | |
|---|---|
| Inherited from Writer:component_type,destination,languageInherited from Component:supportedInherited from SettingsSpec:relative_path_settings,settings_default_overrides,settings_defaults,settings_specInherited 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  
 | 
| Instance Variable Details | 
|---|
| documentThe most recently processed document.
 | 
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Sat Mar 20 17:46:19 2004 | http://epydoc.sf.net |