HTML Tidy
5.9.15
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
TY_PRIVATE
ctmbstr
TY_
(EntityName)(
uint
charCode,
uint
versions );
16
TY_PRIVATE
Bool
TY_
(EntityInfo)(
ctmbstr
name,
Bool
isXml,
uint
* code,
uint
* versions );
17
18
#endif
/* __ENTITIES_H__ */
forward.h
TY_PRIVATE
#define TY_PRIVATE
Definition:
forward.h:29
TY_
#define TY_(str)
Definition:
forward.h:23
Bool
Bool
Definition:
tidyplatform.h:662
uint
unsigned int uint
Definition:
tidyplatform.h:576
ctmbstr
const tmbchar * ctmbstr
Definition:
tidyplatform.h:624
tidy-html5
src
entities.h
Generated on Thu Aug 19 2021 18:27:21 for HTML Tidy by
1.9.1