Apache HTTPD
Classes | Macros | Functions
chardata.h File Reference
#include "expat.h"

Go to the source code of this file.

Classes

struct  CharData
 

Macros

#define XML_CHARDATA_H   1
 

Functions

void CharData_Init (CharData *storage)
 
void CharData_AppendXMLChars (CharData *storage, const XML_Char *s, int len)
 
int CharData_CheckXMLChars (CharData *storage, const XML_Char *s)
 

Macro Definition Documentation

◆ XML_CHARDATA_H

#define XML_CHARDATA_H   1

Definition at line 40 of file chardata.h.

Function Documentation

◆ CharData_AppendXMLChars()

void CharData_AppendXMLChars ( CharData storage,
const XML_Char s,
int  len 
)

Definition at line 67 of file chardata.c.

◆ CharData_CheckXMLChars()

int CharData_CheckXMLChars ( CharData storage,
const XML_Char s 
)

Definition at line 87 of file chardata.c.

◆ CharData_Init()

void CharData_Init ( CharData storage)

Definition at line 61 of file chardata.c.