.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


DoctypeSYSTEM property
Example

Read-write. The value of SYSTEM in the exported !DOCTYPE statement.

Defined in

DxlExporter

Data type

String

Syntax

public String getDoctypeSYSTEM()
   throws NotesException

public void setDoctypeSYSTEM(String system)
   throws NotesException

Usage

OutputDOCTYPE must be true (the default) to export a DOCTYPE statement.

This property defaults to SYSTEM 'domino.dtd' so that, for example, the DOCTYPE statement for a database appears as follows:


Specifying this property as an empty string suppresses the SYSTEM clause.

Language cross-reference

DoctypeSYSTEM property in LotusScript NotesDXLExporter class

Example
See Also