getIndent

Returns whether extra white space will be output for readability.

Syntax

Defining Macros for C++

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

C++

 int METHOD_CALL getIndent ();
 

Return Values

Returns zero if extra white space will not be output .

Returns non-zero if extra white space will be output.