khtml Library API Documentation

xmlserializer.lut.h

00001 /* Automatically generated from ./xmlserializer.cpp using ../../kjs/create_hash_table. DO NOT EDIT ! */
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 } // namespace
00020 
00021 using namespace KJS;
00022 
00023 namespace KJS {
00024 
00025 static const char XMLSerializerTableStrings[] = {
00026     "\0"
00027 };
00028 
00029 
00030 static const struct HashEntry XMLSerializerTableEntries[] = {
00031 };
00032 
00033 const struct HashTable XMLSerializerTable = { 2, 0, XMLSerializerTableEntries, 0, XMLSerializerTableStrings};
00034 
00035 } // namespace
KDE Logo
This file is part of the documentation for khtml Library Version 3.3.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat Jan 22 16:52:09 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003