Example #1
0
	def __init__(self, node, container=None):
		'''As the parent class method, but also casts attributes to 
python data types, and initializes _references'''
		BaseXMLObject.__init__(self, node, container)
		self.castAttributes()
		self._references=[]	
Example #2
0
	def __init__(self, node, container=None):
		BaseXMLObject.__init__(self, node, container)
		self.castAttributes()