setDoctypeSystem

Sets the system identifier to use for the DOCTYPE.

Syntax

Defining Macros for C++

 	#include "XMLWriter.h	"
 
 METHOD (XmlWriter, setDoctypeSystem, void) 
 		   METHOD_PARM1(const unicode * doctypeSystem)	 
 	END_METHOD
 

C++

 void METHOD_CALL setDoctypeSystem (
    const unicode   *doctypeSystem);
 

Parameters

doctypeSystem
(IN) Points to the system identifier for the DOCTYPE. If one has not been defined, the system identifier can be set to 0.

Remarks

If the system identifier is non-null and non-empty, then a DOCTYPE declaration will be output.