epoc32/include/xmlentityreferences.h
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
permissions -rw-r--r--
Final list of Symbian^2 public API header files
williamr@2
     1
// Autogenerated from epoc32/build/smilparser/c_8a52abcb1170709b/xmlparser_dll/xmlentityreferences.st by the stringtable tool - Do not edit
williamr@2
     2
williamr@2
     3
#ifndef STRINGTABLE_XMLEntityReferences
williamr@2
     4
#define STRINGTABLE_XMLEntityReferences
williamr@2
     5
williamr@2
     6
#include <stringpool.h>
williamr@2
     7
williamr@2
     8
struct TStringTable;
williamr@2
     9
williamr@2
    10
/** A String table */
williamr@2
    11
class XMLEntityReferences 
williamr@2
    12
	{
williamr@2
    13
public:
williamr@2
    14
	enum TStrings
williamr@2
    15
		{
williamr@2
    16
		/** &lt; < */
williamr@2
    17
		ELT,
williamr@2
    18
		/** &amp; & */
williamr@2
    19
		EAmp,
williamr@2
    20
		/** &gt; > */
williamr@2
    21
		EGt,
williamr@2
    22
		/** &quot; \" */
williamr@2
    23
		EDbleQuote,
williamr@2
    24
		/** &apos; ' */
williamr@2
    25
		ESingleQuote
williamr@2
    26
		};
williamr@2
    27
	static const TStringTable Table;	
williamr@2
    28
	};
williamr@2
    29
williamr@2
    30
#endif // STRINGTABLE_XMLEntityReferences
williamr@2
    31