#include "global.h"
#include "XmlFile.h"
#include <iostream>
#include <sstream>
#include <string>
#include "RageFile.h"
#include "RageLog.h"
#include "RageUtil.h"
#include "DateTime.h"
#include "Foreach.h"
Functions | |
XENTITYS | entityDefault ((XENTITY *) x_EntityTable, sizeof(x_EntityTable)/sizeof(x_EntityTable[0])) |
char * | tcsskip (const char *psz) |
char * | tcsechr (const char *psz, int ch, int escape) |
int | tcselen (int escape, const char *start, const char *end) |
void | unescape (char *psz, int escape, char *srt, char *end=NULL) |
char * | tcsepbrk (const char *psz, const char *chset, int escape) |
void | SetString (char *psz, char *end, CString *ps, bool trim=false, int escape=0) |
CString | XRef2Entity (const char *estr) |
CString | XEntity2Ref (const char *str) |
bool | XIsEmptyString (const char *str) |
Variables | |
const char | chXMLTagOpen = '<' |
const char | chXMLTagClose = '>' |
const char | chXMLTagQuestion = '?' |
const char | chXMLTagPre = '/' |
const char | chXMLEscape = '\\' |
const XENTITY | x_EntityTable [] |
PARSEINFO | piDefault |
DISP_OPT | optDefault |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
|