#include "Stroika/Foundation/StroikaPreComp.h"
#include <libxml/parser.h>
#include <libxml/schemasInternals.h>
#include <libxml/xmlerror.h>
#include <libxml/xmlschemas.h>
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>
#include "Stroika/Foundation//DataExchange/XML/Common.h"
#include "Stroika/Foundation/DataExchange/XML/Providers/IProvider.h"
#include "Stroika/Foundation/Debug/CompileTimeFlagChecker.h"
Go to the source code of this file.
Classes | |
struct | Stroika::Foundation::DataExchange::XML::Providers::LibXML2::Provider |
Namespaces | |
namespace | Stroika::Foundation |
namespace | Stroika::Foundation::DataExchange |
Functions | |
String | Stroika::Foundation::DataExchange::XML::Providers::LibXML2::libXMLString2String (const xmlChar *s, int len) |
Definition in file LibXML2.h.
String Stroika::Foundation::DataExchange::XML::Providers::LibXML2::libXMLString2String | ( | const xmlChar * | s, |
int | len | ||
) |
Note - it is documented in the headers that xmlChar is always UTF8
Definition at line 929 of file LibXML2.cpp.