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
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:
exportDxl in Java DxlExporter class
importDxl in Java DxlImporter class
Example