1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/xmlentityreferences.h Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -0,0 +1,31 @@
1.4 +// Autogenerated from epoc32/build/smilparser/c_8a52abcb1170709b/xmlparser_dll/xmlentityreferences.st by the stringtable tool - Do not edit
1.5 +
1.6 +#ifndef STRINGTABLE_XMLEntityReferences
1.7 +#define STRINGTABLE_XMLEntityReferences
1.8 +
1.9 +#include <stringpool.h>
1.10 +
1.11 +struct TStringTable;
1.12 +
1.13 +/** A String table */
1.14 +class XMLEntityReferences
1.15 + {
1.16 +public:
1.17 + enum TStrings
1.18 + {
1.19 + /** < < */
1.20 + ELT,
1.21 + /** & & */
1.22 + EAmp,
1.23 + /** > > */
1.24 + EGt,
1.25 + /** " \" */
1.26 + EDbleQuote,
1.27 + /** ' ' */
1.28 + ESingleQuote
1.29 + };
1.30 + static const TStringTable Table;
1.31 + };
1.32 +
1.33 +#endif // STRINGTABLE_XMLEntityReferences
1.34 +