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

Public Member Functions

 parse (self, block)
 
 find_head_body_sep (self)
 

Public Attributes

 block
 
 head_body_sep
 

Static Public Attributes

 head_body_separator_pat = None
 
str double_width_pad_char = '\x00'
 

Detailed Description

Abstract superclass for the common parts of the syntax-specific parsers.

Member Function Documentation

◆ find_head_body_sep()

docutils.parsers.rst.tableparser.TableParser.find_head_body_sep (   self)
Look for a head/body row separator line; store the line index.

◆ parse()

docutils.parsers.rst.tableparser.TableParser.parse (   self,
  block 
)
Analyze the text `block` and return a table data structure.

Given a plaintext-graphic table in `block` (list of lines of text; no
whitespace padding), parse the table, construct and return the data
necessary to construct a CALS table or equivalent.

Raise `TableMarkupError` if there is any problem with the markup.

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