public interface IDumper
FieldsMetadata which can be exported as XML.https://code.google.com/p/xdocreport/wiki/XDocReportDumper| Modifier and Type | Method and Description |
|---|---|
void |
dump(IXDocReport report,
IContext context,
DumperOptions options,
OutputStream out)
Dump the given report and context by using the dumper configured with the given options and generates the result
of the dump in the given out.
|
void |
dump(IXDocReport report,
InputStream documentIn,
IContext context,
DumperOptions option,
OutputStream out)
Dump the given report and context by using the dumper configured with the given options and generates the result
of the dump in the given out.
|
MimeMapping |
getMimeMapping()
Returns mime mapping switch the kind of the dumper.
|
void dump(IXDocReport report, IContext context, DumperOptions options, OutputStream out) throws IOException, XDocReportException
IXDocReport#setCacheOriginalDocument(true) is called when report is loaded.report - the IXDocReport to dump.context - the IContext to dump.options - the dumper options.out - the output stream where dump must be written.IOExceptionXDocReportExceptionvoid dump(IXDocReport report, InputStream documentIn, IContext context, DumperOptions option, OutputStream out) throws IOException, XDocReportException
report - the IXDocReport to dump.documentIn - the InputStream of the report.context - the IContext to dump.options - the dumper options.out - the output stream where dump must be written.IOExceptionXDocReportExceptionMimeMapping getMimeMapping()
Copyright © 2015. All Rights Reserved.