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