Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

entitytable.h File Reference

table of all entities defined in xhtml 1.0 More...

Go to the source code of this file.

Defines

#define SUBTRACT   34
#define entity_lookup(num)   (num >= 34 ? num <= 9830 ? entity_table[num-SUBTRACT] : NULL : NULL)


Detailed Description

table of all entities defined in xhtml 1.0

Author:
Christian Kruse, <cjk@wwwtech.de>

Definition in file entitytable.h.


Define Documentation

#define entity_lookup num   )     (num >= 34 ? num <= 9830 ? entity_table[num-SUBTRACT] : NULL : NULL)
 

macro to look up an entity in the table

Parameters:
num The unicode number of the character

Definition at line 25 of file entitytable.h.

#define SUBTRACT   34
 

for internal use only

Definition at line 20 of file entitytable.h.


Generated on Sun Apr 25 16:37:39 2004 for Classic Forum by doxygen 1.3.5