HTML Tidy
0.1
|
00001 #ifndef __ENTITIES_H__ 00002 #define __ENTITIES_H__ 00003 00004 /* entities.h -- recognize character entities 00005 00006 (c) 1998-2006 (W3C) MIT, ERCIM, Keio University 00007 See tidy.h for the copyright notice. 00008 00009 CVS Info : 00010 00011 $Author: arnaud02 $ 00012 $Date: 2006/09/12 15:14:44 $ 00013 $Revision: 1.8 $ 00014 00015 */ 00016 00017 #include "forward.h" 00018 00019 /* entity starting with "&" returns zero on error */ 00020 /* uint EntityCode( ctmbstr name, uint versions ); */ 00021 ctmbstr TY_(EntityName)( uint charCode, uint versions ); 00022 Bool TY_(EntityInfo)( ctmbstr name, Bool isXml, uint* code, uint* versions ); 00023 00024 #endif /* __ENTITIES_H__ */