Package CHEM :: Package DB :: Package rdb :: Module buEduParserPlugin :: Class BuEduParserController
[hide private]
[frames] | no frames]

Class BuEduParserController



rdbparser.BaseController --+
                           |
                          BuEduParserController

Controls low-level merckbaseparser.

Instance Methods [hide private]
 
__init__(self, url=None, uri=None, filename=None, dsn=None, debug=False)
Specify url/filename for input where url is a valid http url and filename points to an absolute path to the html input file.
 
updateMetadata(self)
Returns a dictionary containing complete information.
 
populateDatabase(self)

Inherited from rdbparser.BaseController: collect, getData, openinput, parse, process

Method Details [hide private]

__init__(self, url=None, uri=None, filename=None, dsn=None, debug=False)
(Constructor)

 

Specify url/filename for input where url is a valid http url and filename points to an absolute path to the html input file.

uri is just for metadata.
Overrides: rdbparser.BaseController.__init__

updateMetadata(self)

 
Returns a dictionary containing complete information.
Overrides: rdbparser.BaseController.updateMetadata

populateDatabase(self)

 
Overrides: rdbparser.BaseController.populateDatabase