|
__init__(self,
metaprojects,
uri=' http://x2100.icecube.wisc.edu/dtd/i3paramdb.dtd ' )
Initialize and build DOM tree from IceTrayConfig object |
source code
|
|
|
AddMetaProjects(self)
Load projects from IceTrayConfig and add the to DOM tree |
source code
|
|
|
mkValueElement(self,
ptype,
pvalue,
doc)
Create a value element depending on the type |
source code
|
|
|
AddServices(self,
docElement,
project)
Load services from IceTrayConfig and add the to DOM tree |
source code
|
|
|
AddPres(self,
docElement,
project)
Load modules from IceTrayConfig and add the to DOM tree |
source code
|
|
|
AddModules(self,
docElement,
project)
Load modules from IceTrayConfig and add the to DOM tree |
source code
|
|
|
|
|
write_to_file(self,
fname=None)
Write DOM tree as human readable xml to a file |
source code
|
|