Ejemplo n.º 1
0
 def __init__(self, element, treeWrapper, curNs=[], initAttrSeq=1):
     XmlElementWrapper.__init__(self, element, treeWrapper, curNs,
                                initAttrSeq)
     self.schemaRootNode = None
     self.xsdNode = None
     self.xsdAttrNodes = {}
Ejemplo n.º 2
0
 def __init__(self, element, treeWrapper, curNs=[], initAttrSeq=1):
     XmlElementWrapper.__init__(self, element, treeWrapper, curNs, initAttrSeq)
     self.schemaRootNode = None
     self.xsdNode = None
     self.xsdAttrNodes = {}