xmlserializer.lut.h
00001
00002
00003 using namespace KJS;
00004
00005 namespace KJS {
00006
00007 static const char XMLSerializerProtoTableStrings[] = {
00008 "\0"
00009 "serializeToString\0"
00010 };
00011
00012
00013 static const struct HashEntry XMLSerializerProtoTableEntries[] = {
00014 { 1, XMLSerializer::SerializeToString, DontDelete|Function, 1, -1 }
00015 };
00016
00017 const struct HashTable XMLSerializerProtoTable = { 2, 1, XMLSerializerProtoTableEntries, 1, XMLSerializerProtoTableStrings};
00018
00019 }
This file is part of the documentation for khtml Library Version 3.3.90.