| Home | Trees | Index | Help |
|
|---|
| Package docutils :: Package writers :: Module docutils_xml :: Class Writer |
|
SettingsSpec--+ |TransformSpec--+ |Component--+ |Writer--+ | Writer
| Method Summary | |
|---|---|
Override to do final document tree translation. | |
| Inherited from Writer | |
Initialize the Writer instance. | |
| |
| Inherited from Component | |
Is format supported by this component? | |
| Class Variable Summary | |
|---|---|
str |
doctype = '<!DOCTYPE document PUBLIC "+//IDN docutils.so...
|
str |
generator = '<!-- Generated by Docutils %s -->\n'
|
NoneType |
output = None |
tuple |
settings_spec = ('"Docutils XML" Writer Options', 'Warni...
|
tuple |
supported = ('xml',)
|
str |
xml_declaration = '<?xml version="1.0" encoding="%s"?>\n...
|
| Inherited from Writer | |
str |
component_type = 'writer'
|
NoneType |
destination = None |
NoneType |
document = None |
NoneType |
language = None |
| Inherited from SettingsSpec | |
tuple |
relative_path_settings = ()
|
NoneType |
settings_default_overrides = None |
NoneType |
settings_defaults = None |
| Inherited from TransformSpec | |
tuple |
default_transforms = ()
|
| Method Details |
|---|
translate(self)Override to do final document tree translation. This is usually done with a
|
| Class Variable Details |
|---|
doctype
|
generator
|
output
|
supported
|
xml_declaration
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Tue Jul 22 05:30:49 2003 | http://epydoc.sf.net |