HTML Tidy  5.6.0
The HTACG Tidy HTML Project
entities.h
Go to the documentation of this file.
1 #ifndef __ENTITIES_H__
2 #define __ENTITIES_H__
3 
4 /* entities.h -- recognize character entities
5 
6  (c) 1998-2006 (W3C) MIT, ERCIM, Keio University
7  See tidy.h for the copyright notice.
8 
9 */
10 
11 #include "forward.h"
12 
13 /* entity starting with "&" returns zero on error */
14 /* uint EntityCode( ctmbstr name, uint versions ); */
15 ctmbstr TY_(EntityName)( uint charCode, uint versions );
16 Bool TY_(EntityInfo)( ctmbstr name, Bool isXml, uint* code, uint* versions );
17 
18 #endif /* __ENTITIES_H__ */
const tmbchar * ctmbstr
Definition: tidyplatform.h:594
Bool
Definition: tidyplatform.h:631
unsigned int uint
Definition: tidyplatform.h:554
#define TY_(str)
Definition: forward.h:23