releaseXmlWriter

Notifies the XmlDocument object that it can free the XmlWriter object because the XmlWriter object returned from getXMLWriter.

NDS Version:8.5

Syntax

C++

 #include "NativeInterface.h"
 
 void METHOD_CALL releaseXmlWriter (
    void);
 

Remarks

This method must be called before the OutputStream that is passed to the getXmlWriter method is released. This method is not needed in Java.