setDoctypePublic

Sets the public identifier to use for the DOCTYPE.

Syntax

Defining Macros for C++

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

C++

 void METHOD_CALL setDoctypePublic (
    const unicode   *doctypePublic);
 

Parameters

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

Remarks

The public identifier will only be used if there is also a system identifier.