{"end", "office:meta"},
{"end", "office:document-meta"}} ;
tEnv.addObjRelation("XDocumentHandler.XMLData", xml) ;
XDocumentInfoSupplier infoSup = (XDocumentInfoSupplier)
UnoRuntime.queryInterface
(XDocumentInfoSupplier.class, xImpressDoc) ;
final XPropertySet docInfo = (XPropertySet) UnoRuntime.queryInterface
(XPropertySet.class, infoSup.getDocumentInfo()) ;
final PrintWriter logF = log ;
tEnv.addObjRelation("XDocumentHandler.ImportChecker",
new ifc.xml.sax._XDocumentHandler.ImportChecker() {
public boolean checkImport() {