11191120112111221123112411251126
this.rootXmlWriter.writeCloseTag(); this.rootXmlWriter.close(); } catch (IOException e) { throw new ReportProcessingException(FAILED, e); } }
11731174117511761177117811791180
contentXmlWriter.setAlwaysAddNamespace(true); xmlWriters.push(new BufferState(contentXmlWriter, out, stylesCollection)); } catch (IOException ioe) { throw new ReportProcessingException("Unable to create the buffer", ioe); } }
148614871488148914901491149214931494
getXmlWriter().writeTag(OfficeNamespaces.DRAWING_NS, OfficeToken.IMAGE, imageList, XmlWriterSupport.CLOSE); getXmlWriter().writeCloseTag(); } catch (IOException ioe) { throw new ReportProcessingException(FAILED, ioe); } } }
16931694169516961697169816991700
{ getXmlWriter().writeTag(OfficeNamespaces.DRAWING_NS, OfficeToken.OBJECT_OLE, oleList, XmlWriterSupport.CLOSE); } catch (IOException ioe) { throw new ReportProcessingException(FAILED, ioe); } }
269270271272273274275276277
{ processElement(attrs, namespace, elementType); } catch (IOException e) { throw new ReportProcessingException(OfficeDocumentReportTarget.FAILED, e); } } }
584585586587588589590591592
} xmlWriter.writeCloseTag(); } catch (IOException e) { throw new ReportProcessingException(OfficeDocumentReportTarget.FAILED, e); } } }
631632633634635636637638
} xmlWriter.writeCloseTag(); } catch (IOException e) { throw new ReportProcessingException(OfficeDocumentReportTarget.FAILED, e); } }
690691692693694695696697
// 'covered-table-cell' elements we need to generate generateCoveredTableCells(attrs); } catch (IOException e) { throw new ReportProcessingException(OfficeDocumentReportTarget.FAILED, e); } }
132133134135136137138139140
126127128129130131132
} } nodeClass = nodeClass.getSuperclass(); } throw new ReportProcessingException("No processor for node " + node); }