Package docutils :: Package readers :: Module standalone :: Class Reader
[show private | hide private]
[frames | no frames]

Class Reader

 SettingsSpec --+        
                |        
TransformSpec --+        
                |        
        Component --+    
                    |    
               Reader --+
                        |
                       Reader

Known Subclasses:
Reader

Method Summary
    Inherited from Reader
  __init__(self, parser, parser_name)
Initialize the Reader instance.
  new_document(self)
Create and return a new empty document tree (root node).
  parse(self)
Parse self.input into a document tree.
  read(self, source, parser, settings)
  set_parser(self, parser_name)
Set self.parser by name.
    Inherited from Component
  supports(self, format)
Is format supported by this component?

Class Variable Summary
tuple default_transforms = (<class docutils.transforms.referen...
NoneType document = None                                                                  
tuple settings_spec = ('Standalone Reader', None, (('Disable t...
tuple supported = ('standalone',)
    Inherited from Reader
str component_type = 'reader'
    Inherited from SettingsSpec
tuple relative_path_settings = ()
NoneType settings_default_overrides = None                                                                  
NoneType settings_defaults = None                                                                  

Class Variable Details

default_transforms

Type:
tuple
Value:
(<class docutils.transforms.references.Substitutions at 0x82fbce4>,
 <class docutils.transforms.frontmatter.DocTitle at 0x83deb9c>,
 <class docutils.transforms.frontmatter.DocInfo at 0x83dc67c>,
 <class docutils.transforms.references.ChainedTargets at 0x831275c>,
 <class docutils.transforms.references.AnonymousHyperlinks at 0x832f0c\
4>,
 <class docutils.transforms.references.IndirectHyperlinks at 0x8322c74\
>,
...                                                                    

document

Type:
NoneType
Value:
None                                                                  

settings_spec

Type:
tuple
Value:
('Standalone Reader',
 None,
 (('Disable the promotion of a lone top-level section title to documen\
t title (and subsequent section title to document subtitle promotion; \
enabled by default).',
   ['--no-doc-title'],
   {'dest': 'doctitle_xform', 'action': 'store_false', 'default': 1}),
  ('Disable the bibliographic field list transform (enabled by default\
...                                                                    

supported

Type:
tuple
Value:
('standalone',)                                                        

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