LOTUSSCRIPT/COM/OLE CLASSES

Process method
Example

Initiates one of the following types of XML data conversion:


Note This method is not in COM. Use Export in NotesDXLExporter and Import in NotesDXLImporter.

Defined in

NotesXMLProcessor

Syntax

Call notesXMLProcessor.Process

Usage

Before calling this method, you must specify the input and output for the conversion. To do this either use the processor's SetInput and SetOutput methods or use the parameters of one of the following create methods:


The process method for NotesDOMParser raises the PostDOMParse event.

Before calling this method for NotesDXLImporter, set ACLImportOption, DesignImportOption, and DocumentImportOption.

Before calling this method for NotesXSLTransformer, specify the style sheet for the conversion, either through the CreateXSLTransformer parameter or the SetStyleSheet method.

A problem with the data processing causes the following errors:


Language cross-reference

exportDxl in Java DxlExporter class

importDxl in Java DxlImporter class

Example