#include "expat.h"
Go to the source code of this file.
Data Structures | |
| struct | CharData |
Defines | |
| #define | XML_CHARDATA_H 1 |
Functions | |
| void | CharData_Init (CharData *storage) |
| void | CharData_AppendString (CharData *storage, const char *s) |
| void | CharData_AppendXMLChars (CharData *storage, const XML_Char *s, int len) |
| int | CharData_CheckString (CharData *storage, const char *s) |
| int | CharData_CheckXMLChars (CharData *storage, const XML_Char *s) |
|
|
Definition at line 8 of file chardata.h. |
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.3