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