#include "precompiled.h"
#include <vector>
#include <set>
#include <map>
#include <stack>
#include <algorithm>
#include "maths/MD5.h"
#include "ps/CacheLoader.h"
#include "ps/CLogger.h"
#include "ps/Filesystem.h"
#include "Xeromyces.h"
#include <libxml/parser.h>
Go to the source code of this file.
|
static void | errorHandler (void *userData, xmlErrorPtr error) |
|
static void | FindNames (const xmlNodePtr node, std::set< std::string > &elementNames, std::set< std::string > &attributeNames) |
|
static void | OutputElement (const xmlNodePtr node, WriteBuffer &writeBuffer, std::map< std::string, u32 > &elementIDs, std::map< std::string, u32 > &attributeIDs) |
|
static void errorHandler |
( |
void * |
userData, |
|
|
xmlErrorPtr |
error |
|
) |
| |
|
static |
static void FindNames |
( |
const xmlNodePtr |
node, |
|
|
std::set< std::string > & |
elementNames, |
|
|
std::set< std::string > & |
attributeNames |
|
) |
| |
|
static |
static void OutputElement |
( |
const xmlNodePtr |
node, |
|
|
WriteBuffer & |
writeBuffer, |
|
|
std::map< std::string, u32 > & |
elementIDs, |
|
|
std::map< std::string, u32 > & |
attributeIDs |
|
) |
| |
|
static |
bool g_XeromycesStarted = false |
|
static |