public interface DxlExporter
Modifier and Type | Interface and Description |
---|---|
static class |
DxlExporter.DXLExportCharset
Specifies output charset
|
static class |
DxlExporter.DXLMIMEOption
Specifies rule for exporting native MIME
|
static class |
DxlExporter.DXLRichTextOption
Specifies rule for exporting rich text
|
static class |
DxlExporter.DXLValidationStyle
Specifies style of validation info emitted by exporter.
|
boolean exportErrorWasLogged()
void exportDocument(Document doc, Writer out) throws IOException
doc
- document to exportout
- result writerIOException
- in case of I/O errorsdefault void exportDocument(Document doc, OutputStream out) throws IOException
doc
- document to exportout
- result streamIOException
- in case of I/O errorsvoid exportIDs(Database db, Collection<Integer> ids, Writer out) throws IOException
db
- database containing the export idsids
- ids to exportout
- result writerIOException
- in case of I/O errorsdefault void exportIDs(Database db, Collection<Integer> ids, OutputStream out) throws IOException
db
- database containing the export idsids
- ids to exportout
- result streamIOException
- in case of I/O errorsvoid exportDatabase(Database db, Writer out) throws IOException
db
- database to exportout
- result writerIOException
- in case of I/O errorsdefault void exportDatabase(Database db, OutputStream out) throws IOException
db
- database to exportout
- result streamIOException
- in case of I/O errorsvoid exportACL(Database db, Writer out) throws IOException
db
- database to exportout
- result writerIOException
- in case of I/O errorsdefault void exportACL(Database db, OutputStream out) throws IOException
db
- database to exportout
- result streamIOException
- in case of I/O errorsboolean isOutputXmlDecl()
void setOutputXmlDecl(boolean b)
boolean isOutputDoctype()
void setOutputDoctype(boolean b)
boolean isConvertNotesbitmapsToGIF()
void setConvertNotesbitmapsToGIF(boolean b)
boolean isOmitRichTextAttachments()
void setOmitRichTextAttachments(boolean b)
boolean isOmitOLEObjects()
void setOmitOLEObjects(boolean b)
boolean isOmitMiscFileObjects()
void setOmitMiscFileObjects(boolean b)
boolean isOmitPictures()
void setOmitPictures(boolean b)
boolean isUncompressAttachments()
void setUncompressAttachments(boolean b)
String getDxlExportResultLog()
String getDefaultDoctypeSYSTEM()
String getDoctypeSYSTEM()
void setDoctypeSYSTEM(String docType)
String getDXLBannerComments()
void setDXLBannerComments(String comments)
String getDxlExportResultLogComment()
void setDxlExportResultLogComment(String comment)
String getDxlDefaultSchemaLocation()
String getDxlSchemaLocation()
void setDxlSchemaLocation(String loc)
String getAttachmentOmittedText()
void setAttachmentOmittedText(String txt)
String getOLEObjectOmittedText()
void setOLEObjectOmittedText(String txt)
String getPictureOmittedText()
void setPictureOmittedText(String txt)
DxlExporter.DXLExportCharset getExportCharset()
void setExportCharset(DxlExporter.DXLExportCharset charset)
DxlExporter.DXLRichTextOption getRichTextOption()
void setRichTextOption(DxlExporter.DXLRichTextOption option)
DxlExporter.DXLValidationStyle getValidationStyle()
void setValidationStyle(DxlExporter.DXLValidationStyle style)
DxlExporter.DXLMIMEOption getMIMEOption()
void setMIMEOption(DxlExporter.DXLMIMEOption option)
boolean isForceNoteFormat()
void setForceNoteFormat(boolean forceNoteFormat)
forceNoteFormat
- whether this exporter should use raw note formatCopyright © 2019–2021 HCL. All rights reserved.