HTML Tidy 5.8.0
The HTACG Tidy HTML Project
 
Loading...
Searching...
No Matches
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 ); */
15TY_PRIVATE ctmbstr TY_(EntityName)( uint charCode, uint versions );
16TY_PRIVATE Bool TY_(EntityInfo)( ctmbstr name, Bool isXml, uint* code, uint* versions );
17
18#endif /* __ENTITIES_H__ */
#define TY_PRIVATE
Definition forward.h:29
#define TY_(str)
Definition forward.h:23
Bool
Definition tidyplatform.h:647
unsigned int uint
Definition tidyplatform.h:569
const tmbchar * ctmbstr
Definition tidyplatform.h:609