Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






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

The target database for the DXL.

RichTextItem input

The input DXL.

Stream input

The input DXL.

String

The input DXL.

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

Related topics
Exporting and importing DXL




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009