Module: xmlpars
From SolutionSpaceTool
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 algorithm.
package | gui |
imported by: |
Classes
class XMLParser(object)
This class is the parser for the XML files. It is based on dictionary interface to the GUI. Every key in a dictionary is used as a tag name in the XML file. The value is either the tag content or (when a dictionary) the next hierarchical level of the XML file.