Package docutils :: Package parsers :: Package rst :: Module tableparser
[show private | hide private]
[frames | no frames]

Module docutils.parsers.rst.tableparser

This module defines table parser classes,which parse plaintext-graphic tables and produce a well-formed data structure suitable for building a CALS table.
Classes
GridTableParser Parse a grid table using parse().
SimpleTableParser Parse a simple table using parse().
TableParser Abstract superclass for the common parts of the syntax-specific parsers.

Exceptions
TableMarkupError  

Function Summary
  update_dict_of_lists(master, newdata)
Extend the list values of master with those from newdata.

Function Details

update_dict_of_lists(master, newdata)

Extend the list values of master with those from newdata.

Both parameters must be dictionaries containing list values.


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