Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions | Variables
RelaxNG.cpp File Reference
#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
 

Function Documentation

TIMER_ADD_CLIENT ( xml_validation  )

Variable Documentation

std::map<std::string, shared_ptr<RelaxNGSchema> > g_SchemaCache
static

Definition at line 59 of file RelaxNG.cpp.

CMutex g_SchemaCacheLock
static

Definition at line 60 of file RelaxNG.cpp.