1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
/* Automatically generated from impl/SVGLangSpaceImpl.cc using ../../tdelibs/kjs/create_hash_table. DO NOT EDIT ! */
using namespace KJS;
namespace KSVG {
static const char SVGLangSpaceImpl__s_hashTableStrings[] = {
"\0"
"xmlspace\0"
"xmllang\0"
};
static const struct HashEntry SVGLangSpaceImpl__s_hashTableEntries[] = {
{ 10, SVGLangSpaceImpl::XmlLang, DontDelete, 0, -1 },
{ 1, SVGLangSpaceImpl::XmlSpace, DontDelete, 0, -1 },
{ 0, 0, 0, 0, -1 },
{ 13, SVGLangSpaceImpl::XmlLang, DontDelete, 0, -1 },
{ 4, SVGLangSpaceImpl::XmlSpace, DontDelete, 0, -1 }
};
const struct HashTable SVGLangSpaceImpl::s_hashTable = { 2, 5, SVGLangSpaceImpl__s_hashTableEntries, 5, SVGLangSpaceImpl__s_hashTableStrings};
} // namespace
|