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).

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.

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