.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


exportDxl method
Example

Converts Domino data to DXL data.

Defined in

DxlExporter

Syntax

public String exportDxl(Database database)
   throws NotesException

public String exportDxl(Document document)
   throws NotesException

public String exportDxl(DocumentCollection documentcollection)
   throws NotesException

public String exportDxl(NoteCollection notecollection)
   throws NotesException

Parameters

Database database


Document document
DocumentCollection documentcollection
NoteCollection notecollection
Return value

String


Language cross-reference

Export in LotusScript NotesDXLExporter class

Process in LotusScript NotesXMLProcessor class

SetInput in LotusScript NotesXMLProcessor class

SetOutput in LotusScript NotesXMLProcessor class

Example
See Also