Example #1
0
 def init(self,elt):
   self.schema.sschema.eltStack=self.schema.sschema.eltStack[1:]
   defRefElt.init(self,'group',groupElt)
   particleElt.init(self)
Example #2
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)