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.
|
XMLParser
class XMLParser(object) This class is the parser for the XML files.
|
|
__package__ = ' dsc_suite.gui '
|