25262728293031
public boolean supportsBatchMode() { return true; } public ExporterOutput getExporterOutput(OutputStream output) { return new SimpleOutputStreamExporterOutput(output); }