Ejemplo n.º 1
0
 def __init__(self, node):
     OdeComponent.__init__(self, node)
Ejemplo n.º 2
0
 def __init__(self, node, count):
     OdeComponent.__init__(self, node)
     self.entry_order = count
Ejemplo n.º 3
0
 def __init__(self, node):
     OdeComponent.__init__(self, node)
     self.strip_elements('ph')
     self.strip_attributes('noteid')
     self.id = node.get('id')