예제 #1
0
 def init(self,elt):
   defRefElt.init(self,'attribute',attributeGroupElt,('ref',))
예제 #2
0
 def init(self,elt):
   self.schema.sschema.eltStack=self.schema.sschema.eltStack[1:]
   defRefElt.init(self,'attributeGroup',attributeGroupElt,('ref',))
예제 #3
0
파일: groupElt.py 프로젝트: vimov/Deployer
 def init(self,elt):
   self.schema.sschema.eltStack=self.schema.sschema.eltStack[1:]
   defRefElt.init(self,'group',groupElt)
   particleElt.init(self)
예제 #4
0
 def init(self,elt):
   # does some simple checks and calls back on of three following methods
   defRefElt.init(self,'element',groupElt)
   particleElt.init(self)