CreateDXLExporter (NotesSession - LotusScript®)
Creates a NotesDXLExporter object.
Note: This method is new with Release 6.
Defined in
Syntax
Set notesDXLExporter = notesSession .CreateDXLExporter( [ input ] , [ output ] )
Parameters
input
Optional. An object of the following type:
- NotesDatabase
- NotesDocument
- NotesDocumentCollection
- NotesNoteCollection
output
Optional. An object of the following type:
- NotesDOMParser (pipelines to a NotesDOMParser object)
- NotesDXLImporter (pipelines to the NotesDXLImporter object)
- NotesRichTextItem
- NotesSAXParser (pipelines to a NotesSAXParser object)
- NotesStream
- NotesXSLTransformer (pipelines to the NotesXSLTransformer object)
Note: The parameters are not in COM. Use
Export in NotesDXLExporter and Import in NotesDXLImporter.
Return value
notesDXLExporter
The newly created object.
Usage
You cannot explicitly read or write a NotesStream object associated with a file prior to using it for XML input or output. For example, if you write to a file then use it for XML input, you must close and reopen the NotesStream object.