importDxl (DxlImporter - Java)

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.