Pyrogenesis
13997
|
#include "precompiled.h"
#include "RelaxNG.h"
#include "lib/timer.h"
#include "lib/utf8.h"
#include "ps/CLogger.h"
#include <libxml/relaxng.h>
#include <map>
Go to the source code of this file.
Classes | |
class | RelaxNGSchema |
Functions | |
TIMER_ADD_CLIENT (xml_validation) | |
Variables | |
static std::map< std::string, shared_ptr< RelaxNGSchema > > | g_SchemaCache |
static CMutex | g_SchemaCacheLock |
TIMER_ADD_CLIENT | ( | xml_validation | ) |
|
static |
Definition at line 59 of file RelaxNG.cpp.
|
static |
Definition at line 60 of file RelaxNG.cpp.