LOTUSSCRIPT/COM/OLE CLASSES

SetOutput method
Example

Specifies the output for the XML processor.

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

Defined in

NotesXMLProcessor

Syntax

Call notesXMLProcessor.SetOutput( output )

Parameters

output

Usage

This method overrides the output parameter of CreateDOMParser, CreateDXLExporter, CreateDXLImporter, CreateSAXParser, or CreateXSLTransformer.

The output medium need not be specified for a pipeline operation where this object is the input parameter to another XML process object.

A problem with the output data causes one of the following errors:


Language cross-reference

exportDxl in Java DxlExporter class

importDxl in Java DxlImporter class

Example