getWriteDeclaration

Returns whether the XML Writer will output an XML declaration.

Syntax

Defining Macros for C++

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

C++

 int METHOD_CALL getWriteDeclaration ();
 

Return Values

Returns zero if the writer will not output an XML declaration.

Returns non-zero if the writer will output an XML declaration.