domparser.lut.h

00001 /* Automatically generated from ./domparser.cpp using ../../kjs/create_hash_table. DO NOT EDIT ! */
00002 
00003 using namespace KJS;
00004 
00005 namespace KJS {
00006 
00007 static const char DOMParserProtoTableStrings[] = {
00008     "\0"
00009     "parseFromString\0"
00010 };
00011 
00012 
00013 static const struct HashEntry DOMParserProtoTableEntries[] = {
00014    { 1, DOMParser::ParseFromString, DontDelete|Function, 2, -1 }
00015 };
00016 
00017 const struct HashTable DOMParserProtoTable = { 2, 1, DOMParserProtoTableEntries, 1, DOMParserProtoTableStrings};
00018 
00019 } // namespace
KDE Home | KDE Accessibility Home | Description of Access Keys