setStandalone
Sets whether a “standalone=yes” declaration should be output in any XML declaration that is output.
#include "XMLWriter.h "
METHOD (XmlWriter, setStandalone, void)
METHOD_PARM1(int standalone)
END_METHOD
void METHOD_CALL setStandalone (
int standalone);
XML declaration must be enable for output before a standalone declaration can be output.