getStandalone

Returns whether a “standalone=yes” declaration will be output in the XML declaration.

Syntax

Defining Macros for C++

 	#include "XMLWriter.h	"
 
 METHOD (XmlWriter, getStandalone, int) 
 	END_METHOD
 

C++

 int METHOD_CALL getStandalone ();
 

Remarks

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