getDoctypeSystem

Returns the system identifier to use for the DOCTYPE.

Syntax

Defining Macros for C++

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

C++

 const unicode * METHOD_CALL getDoctypeSystem ();
 

Return Values

Returns zero if a system identifier has not been set.

Returns non-zero if a system identifier has been set.

Remarks

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