3 #ifndef INCLUDE_NN_NLIB_EXI_TRANSFORMXML_H_ 4 #define INCLUDE_NN_NLIB_EXI_TRANSFORMXML_H_ 8 #if defined(_MSC_VER) && defined(nx_exi_EXPORTS) 10 #define NLIB_VIS_PUBLIC NLIB_WINEXPORT 15 class XmlStreamReader;
16 class XmlStreamWriter;
23 #if defined(_MSC_VER) && defined(nx_exi_EXPORTS) 24 #undef NLIB_VIS_PUBLIC 25 #define NLIB_VIS_PUBLIC NLIB_WINIMPORT 28 #endif // INCLUDE_NN_NLIB_EXI_TRANSFORMXML_H_
bool TransformXml(XmlStreamReader *r, XmlStreamWriter *w) noexcept
Reads from XmlStreamReader and writes to XmlStreamWriter.
#define NLIB_NOEXCEPT
Defines noexcept geared to the environment, or the equivalent.
A file that contains the configuration information for each development environment.