Package dsc_suite :: Package gui :: Module xmlpars
[hide private]
[frames] | no frames]

Module xmlpars

source code

Module XMLpars This module provides the class XMLParser especially designed for the use with the GUI. You can create new XML files, write new data into an existing file and you can read information from a file. There is already a search function implemented which gives back specific information. This function can be used as a template for a more general search.

The communication interface is based on dictionaries.


Author: Tobias Heimpold

Classes [hide private]
  XMLParser
class XMLParser(object) This class is the parser for the XML files.
Variables [hide private]
  __package__ = 'dsc_suite.gui'