DxlExporter (Java)

Represents the conversion of Domino® data to DXL (Domino® XML).

Note: This class is new with Release 6.5.

Containment

Contained by: Session

Properties

AttachmentOmittedText through getAttachmentOmittedText and setAttachmentOmittedText

ConvertNotesBitmapsToGIF through getConvertNotesBitmapsToGIF and setConvertNotesBitmapsToGIF

DoctypeSYSTEM through getDoctypeSYSTEM and setDoctypeSYSTEM

ExitOnFirstFatalError through getExitOnFirstFatalError and setExitOnFirstFatalError

ForceNoteFormat through getForceNoteFormat and setForceNoteFormat

Log through getLog

LogComment through getLogComment and setLogComment

MIMEOption through getMIMEOption and setMIMEOption

OLEObjectOmittedText through getOLEObjectOmittedText and setOLEObjectOmittedText

OmitItemNames through getOmitItemNames and setOmitItemNames

OmitMiscFileObjects through getOmitMiscFileObjects and setOmitMiscFileObjects

OmitOLEObjects through getOmitOLEObjects and setOmitOLEObjects

OmitRichtextAttachments through getOmitRichtextAttachments and setOmitRichtextAttachments

OmitRichtextPictures through getOmitRichtextPictures and setOmitRichtextPictures

OutputDOCTYPE through getOutputDOCTYPE and setOutputDOCTYPE

PictureOmittedText through getPictureOmittedText and setPictureOmittedText

RestrictToItemNames through getRestrictToItemNames and setRestrictToItemNames

RichTextOption through getRichTextOption and setRichTextOption

Methods

exportDxl

recycle

Creation and access

Use createDxlExporter in Session to create a DxlExporter object.

Call exportDxl to initiate an export.

Example