Package docutils :: Package writers :: Module pseudoxml :: Class Writer
[show private | hide private]
[frames | no frames]

Class Writer

 SettingsSpec --+        
                |        
TransformSpec --+        
                |        
        Component --+    
                    |    
               Writer --+
                        |
                       Writer


Method Summary
  supports(self, format)
This writer supports all format-specific elements.
  translate(self)
Override to do final document tree translation.
    Inherited from Writer
  __init__(self)
Initialize the Writer instance.
  write(self, document, destination)

Class Variable Summary
NoneType output = None                                                                  
tuple supported = ('pprint', 'pformat', 'pseudoxml')
    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                                                                  
tuple settings_spec = ()
    Inherited from TransformSpec
tuple default_transforms = ()

Method Details

supports(self, format)

This writer supports all format-specific elements.
Overrides:
docutils.Component.supports

translate(self)

Override to do final document tree translation.

This is usually done with a docutils.nodes.NodeVisitor subclass, in combination with a call to docutils.nodes.Node.walk() or docutils.nodes.Node.walkabout(). The NodeVisitor subclass must support all standard elements (listed in docutils.nodes.node_class_names) and possibly non-standard elements used by the current Reader as well.

Overrides:
docutils.writers.Writer.translate (inherited documentation)

Class Variable Details

output

Type:
NoneType
Value:
None                                                                  

supported

Type:
tuple
Value:
('pprint', 'pformat', 'pseudoxml')                                     

Generated by Epydoc 2.0 on Tue Jul 22 05:30:24 2003 http://epydoc.sf.net