OutputDOCTYPE (DxlExporter - Java)

Read-write. Indicates whether a !DOCTYPE statement is exported.

Defined in

DxlExporter

Data type

String

Syntax

public String getOutputDOCTYPE()
    throws NotesException
public void setOutputDOCTYPE(String system)
    throws NotesException

Legal values

  • true (default) to export a !DOCTYPE statement
  • false to not export a !DOCTYPE statement

Usage

The !DOCTYPE statement depends on the output and is typically one of the following:

<!DOCTYPE database SYSTEM 'domino.dtd'>
<!DOCTYPE document SYSTEM 'domino.dtd'>

You can change or suppress the SYSTEM clause with DoctypeSYSTEM.

Example