nlib
TransformXml.h File Reference

Defines the functions for reading from XmlStreamReader and writing to XmlStreamWriter. More...

#include "nn/nlib/Config.h"

Go to the source code of this file.

Namespaces

 nn::nlib
 Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias.
 
 nn::nlib::exi
 Implements binary XML parsers (and XML parsers).
 

Functions

bool nn::nlib::exi::TransformXml (XmlStreamReader *r, XmlStreamWriter *w) noexcept
 Reads from XmlStreamReader and writes to XmlStreamWriter. More...
 

Detailed Description

Defines the functions for reading from XmlStreamReader and writing to XmlStreamWriter.

Definition in file TransformXml.h.