FileOutputStream_newFromName
Creates a FileOutputStream object from a file name.
#include "InterfaceFactory.h"
DIRXML_EXPORT
OutputStream * IFAPI FileOutputStream_newFromName (
const char *filename);
This method should be used with XmlDocument::writeDocument or XmlDocument::getXmlWriter method from NativeIngerface.h.
The passed file name will be opened using fopen(), mode "wb+".