JAVA/CORBA CLASSES
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
String
Export in LotusScript NotesDXLExporter class
Process in LotusScript NotesXMLProcessor class
SetInput in LotusScript NotesXMLProcessor class
SetOutput in LotusScript NotesXMLProcessor class
Example See Also