Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
docutils.parsers.null.Parser Class Reference
Inheritance diagram for docutils.parsers.null.Parser:
Inheritance graph
[legend]
Collaboration diagram for docutils.parsers.null.Parser:
Collaboration graph
[legend]

Public Member Functions

 parse (self, inputstring, document)
 
- Public Member Functions inherited from docutils.parsers.Parser
 setup_parse (self, inputstring, document)
 
 finish_parse (self)
 
- Public Member Functions inherited from docutils.Component
 supports (self, format)
 
- Public Member Functions inherited from docutils.TransformSpec
 get_transforms (self)
 

Static Public Attributes

tuple supported = ('null',)
 
str config_section = 'null parser'
 
tuple config_section_dependencies = ('parsers',)
 
- Static Public Attributes inherited from docutils.parsers.Parser
tuple settings_spec
 
str component_type = 'parser'
 
str config_section = 'parsers'
 
- Static Public Attributes inherited from docutils.Component
 component_type = None
 
tuple supported = ()
 
- Static Public Attributes inherited from docutils.SettingsSpec
tuple settings_spec = ()
 
 settings_defaults = None
 
 settings_default_overrides = None
 
tuple relative_path_settings = ()
 
 config_section = None
 
 config_section_dependencies = None
 
- Static Public Attributes inherited from docutils.TransformSpec
tuple default_transforms = ()
 
tuple unknown_reference_resolvers = ()
 

Additional Inherited Members

- Public Attributes inherited from docutils.parsers.Parser
 inputstring
 
 document
 
- Public Attributes inherited from docutils.TransformSpec
 default_transforms
 

Detailed Description

A do-nothing parser.

Member Function Documentation

◆ parse()

docutils.parsers.null.Parser.parse (   self,
  inputstring,
  document 
)
Override to parse `inputstring` into document tree `document`.

Reimplemented from docutils.parsers.Parser.


The documentation for this class was generated from the following file: