Package rubacon :: Package parsers :: Module InformationParser :: Class InformationParser
[hide private]
[frames] | no frames]

Class InformationParser

source code


Instance Methods [hide private]
 
clearStorage(self)
Clear the storage for information
source code
 
parse(self, aFilename='sample/sample_info.xml')
Parse the given info file and write it to the storage.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  ___STORAGE = 'data/db.information'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

parse(self, aFilename='sample/sample_info.xml')

source code 

Parse the given info file and write it to the storage.

The structure of this file must match the model in the storage!