public interface DDxlExporter extends DBase
| Modifier and Type | Method and Description |
|---|---|
String |
exportDxl(DDatabase database)
Converts Domino data to DXL data.
|
String |
exportDxl(DDocument document)
Converts Domino data to DXL data.
|
String |
exportDxl(DDocumentCollection documentCollection)
Converts Domino data to DXL data.
|
boolean |
getConvertNotesBitmapsToGIF()
Indicates whether bit maps pasted in rich text items should be converted
to GIF format.
|
String |
getDoctypeSYSTEM()
The value of SYSTEM in the exported !
|
boolean |
getOutputDOCTYPE()
Indicates whether a !
|
void |
setConvertNotesBitmapsToGIF(boolean flag) |
void |
setDoctypeSYSTEM(String systemId)
The value of SYSTEM in the exported !
|
void |
setOutputDoctype(boolean flag)
Indicates whether a !
|
String exportDxl(DDatabase database) throws DNotesException
database - The Domino data to be converted, in this case the entire database.DNotesException - if the Domino data cannot be exportedString exportDxl(DDocument document) throws DNotesException
document - The Domino data to be converted, in this case one document.DNotesException - if the Domino data cannot be exportedString exportDxl(DDocumentCollection documentCollection) throws DNotesException
documentCollection - document The Domino data to be converted, in this case the documents in a document collection.DNotesException - if the Domino data cannot be exportedboolean getOutputDOCTYPE()
true (default) to export a !DOCTYPE statementvoid setOutputDoctype(boolean flag)
flag - true (default) to export a !DOCTYPE statementString getDoctypeSYSTEM()
void setDoctypeSYSTEM(String systemId)
systemId - system doctypevoid setConvertNotesBitmapsToGIF(boolean flag)
flag - true to convert bit maps false
(default) to leave bit maps in Notes formatboolean getConvertNotesBitmapsToGIF()
true to convert bit maps false
(default) to leave bit maps in Notes formatCopyright © 2005–2020. All rights reserved.