Searched refs:BufferState (Results 1 – 2 of 2) sorted by relevance
153 protected static class BufferState class in OfficeDocumentReportTarget160 protected BufferState(final XmlWriter xmlWriter, in BufferState() method in OfficeDocumentReportTarget.BufferState1107 final BufferState state = finishBuffering(); in endReport()1129 final BufferState bufferState = (BufferState) xmlWriters.peek(); in getXmlWriter()1135 final BufferState bufferState = (BufferState) xmlWriters.peek(); in getStylesCollection()1149 final BufferState bufferState = (BufferState) xmlWriters.peek(); in startBuffering()1173 xmlWriters.push(new BufferState(contentXmlWriter, out, stylesCollection)); in startBuffering()1181 public BufferState finishBuffering() throws ReportProcessingException in finishBuffering()1183 final BufferState state = (BufferState) xmlWriters.pop(); in finishBuffering()
344 private BufferState applyColumnsToPageBand(final BufferState contents, in applyColumnsToPageBand()1422 final BufferState bodyText = finishBuffering(); in endContent()