epoc32/include/xmlentityreferences.h
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
     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 +		/** &lt; < */
    1.20 +		ELT,
    1.21 +		/** &amp; & */
    1.22 +		EAmp,
    1.23 +		/** &gt; > */
    1.24 +		EGt,
    1.25 +		/** &quot; \" */
    1.26 +		EDbleQuote,
    1.27 +		/** &apos; ' */
    1.28 +		ESingleQuote
    1.29 +		};
    1.30 +	static const TStringTable Table;	
    1.31 +	};
    1.32 +
    1.33 +#endif // STRINGTABLE_XMLEntityReferences
    1.34 +