Exemplo n.º 1
0
 def createDocument(self):
     from org.apache.xerces.dom import DocumentImpl
     return Document(DocumentImpl())
Exemplo n.º 2
0
 def createDocument(self):
     from org.openxml.dom import DocumentImpl
     return Document(DocumentImpl())