示例#1
0
 def newComponent(self,schema):
   commonElt.newComponent(self,'attribute',schema.attributeTable)
示例#2
0
文件: typeElt.py 项目: vimov/Deployer
 def newComponent(self,schema):
   commonElt.newComponent(self,'type',schema.typeTable)
示例#3
0
 def newComponent(self,schema):
   commonElt.newComponent(self,'group',schema.groupTable)
示例#4
0
 def newComponent(self,schema):
   commonElt.newComponent(self,'element',schema.elementTable)