epoc32/include/xmlentityreferences.h
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
equal deleted inserted replaced
1:666f914201fb 2:2fe1408b6811
       
     1 // Autogenerated from epoc32/build/smilparser/c_8a52abcb1170709b/xmlparser_dll/xmlentityreferences.st by the stringtable tool - Do not edit
       
     2 
       
     3 #ifndef STRINGTABLE_XMLEntityReferences
       
     4 #define STRINGTABLE_XMLEntityReferences
       
     5 
       
     6 #include <stringpool.h>
       
     7 
       
     8 struct TStringTable;
       
     9 
       
    10 /** A String table */
       
    11 class XMLEntityReferences 
       
    12 	{
       
    13 public:
       
    14 	enum TStrings
       
    15 		{
       
    16 		/** &lt; < */
       
    17 		ELT,
       
    18 		/** &amp; & */
       
    19 		EAmp,
       
    20 		/** &gt; > */
       
    21 		EGt,
       
    22 		/** &quot; \" */
       
    23 		EDbleQuote,
       
    24 		/** &apos; ' */
       
    25 		ESingleQuote
       
    26 		};
       
    27 	static const TStringTable Table;	
       
    28 	};
       
    29 
       
    30 #endif // STRINGTABLE_XMLEntityReferences
       
    31