示例#1
0
 def createDocument(self):
     from org.apache.xerces.dom import DocumentImpl
     return Document(DocumentImpl())
示例#2
0
 def createDocument(self):
     from org.openxml.dom import DocumentImpl
     return Document(DocumentImpl())