LOTUSSCRIPT/COM/OLE CLASSES

SetInput method
Example

Specifies the input for the XML process.

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

Defined in

NotesXMLProcessor

Syntax

Call notesXMLProcessor.SetInput( Input )

Parameters

Input

Usage

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

The SetInput parameter, or the input parameter to any of the above methods, must be explicitly declared and strongly typed (cannot be a variant).

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


Language cross-reference

exportDxl in Java DxlExporter class

importDxl in Java DxlImporter class

Example