Package TestON :: Package core :: Module xmlparser :: Class xmlparser
[hide private]
[frames] | no frames]

Class xmlparser

source code

Instance Methods [hide private]
 
__init__(self) source code
 
parse(self, fileName)
This will parse the params or topo or cfg file and return content in the file as Dictionary
source code
 
parseParams(self, paramsPath)
It will take the params file path and will return the params dictionary
source code
 
parseTopology(self, topologyPath)
It will take topology file path and will return topology dictionary
source code