Exemplo n.º 1
0
 def __init__(self, content):
     Element.__init__(self, content.name, content.parent)
     self.__content = content
 def __init__(self, root=None):
     Element.__init__(self, 'document')
     if root is not None:
         self.append(root)
Exemplo n.º 3
0
 def __init__(self, content):
     Element.__init__(self, content.name, content.parent)
     self.__content = content
Exemplo n.º 4
0
 def __init__(self, root=None):
     Element.__init__(self, 'document')
     if root is not None:
         self.append(root)