JAVA/CORBA CLASSES


importDxl method
Converts DXL data to Domino data.

Defined in

DxlImporter

Syntax

public void importDxl(RichTextItem input, Database target)
   throws NotesException

public void importDxl(Stream input, Database target)
   throws NotesException

public void importDxl(String input, Database target)
   throws NotesException

Parameters

Database target


RichTextItem input
Stream input
String
Usage

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

You cannot explicitly read or write a Stream 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 Stream object.

Language cross-reference

Import in LotusScript NotesDXLImporter class

Process in LotusScript NotesXMLProcessor class

SetInput in LotusScript NotesXMLProcessor class

SetOutput in LotusScript NotesXMLProcessor class

See Also