Example #1
0
 def getSchemaInfo(cls):
     return xmlstore.xmlstore.schemainfocache[os.path.join(common.getDataRoot(),'schemas/result')]
Example #2
0
 def __init__(self,valueroot=None,adddefault = True,schema=None):
     if schema is None: schema = os.path.join(common.getDataRoot(),'schemas/result/gotmgui.schema')
     xmlstore.xmlstore.TypedStore.__init__(self,schema,valueroot,adddefault=adddefault)