final BundleWriterState state,
final XmlWriter xmlWriter, final Element re)
throws IOException, BundleWriterException
{
final BundleElementWriteHandler writeHandler = BundleElementWriterFactory.createHandler(re);
writeHandler.writeElement(bundle, state, xmlWriter, re);
}
private void writePreProcessor(final XmlWriter writer,
final ReportPreProcessor preProcessor) throws IntrospectionException, BeanException, IOException