williamr@2: // Autogenerated from epoc32/build/smilparser/c_8a52abcb1170709b/xmlparser_dll/xmlentityreferences.st by the stringtable tool - Do not edit williamr@2: williamr@2: #ifndef STRINGTABLE_XMLEntityReferences williamr@2: #define STRINGTABLE_XMLEntityReferences williamr@2: williamr@2: #include williamr@2: williamr@2: struct TStringTable; williamr@2: williamr@2: /** A String table */ williamr@2: class XMLEntityReferences williamr@2: { williamr@2: public: williamr@2: enum TStrings williamr@2: { williamr@2: /** < < */ williamr@2: ELT, williamr@2: /** & & */ williamr@2: EAmp, williamr@2: /** > > */ williamr@2: EGt, williamr@2: /** " \" */ williamr@2: EDbleQuote, williamr@2: /** ' ' */ williamr@2: ESingleQuote williamr@2: }; williamr@2: static const TStringTable Table; williamr@2: }; williamr@2: williamr@2: #endif // STRINGTABLE_XMLEntityReferences williamr@2: