getDoctypePublic

Returns the public id to use for the DOCTYPE.

Syntax

Defining Macros for C++

 	#include "XMLWriter.h	"
 
 METHOD (XmlWriter, getDoctypePublic, const unicode *)	
 	END_METHOD
 

C++

 const unicode * METHOD_CALL getDoctypePublic ();
 

Return Values

Returns 0 if no public identifier has been set.

Returns non-zero if the DOCTYPE public identifier has been set.