JAVA/CORBA CLASSES
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
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