setStandalone

Sets whether a “standalone=yes” declaration should be output in any XML declaration that is output.

Syntax

Defining Macros for C++

 	#include "XMLWriter.h	"
 
 METHOD (XmlWriter, setStandalone, void) 
    		METHOD_PARM1(int standalone)
 	END_METHOD
 

C++

 void METHOD_CALL setStandalone (
    int   standalone);
 

Parameters

standalone
(IN) Specifies whether a standalone declaration should be output: zero = disable output and non-zero = enable output.

Remarks

XML declaration must be enable for output before a standalone declaration can be output.