Apache HTTPD
Public Attributes | List of all members
XML_Encoding Struct Reference

#include <expat.h>

Public Attributes

int map [256]
 
void * data
 
int(* convert )(void *data, const char *s)
 
void(* release )(void *data)
 

Detailed Description

Definition at line 526 of file expat.h.

Member Data Documentation

◆ convert

int( * XML_Encoding::convert) (void *data, const char *s)

Definition at line 529 of file expat.h.

◆ data

void* XML_Encoding::data

Definition at line 528 of file expat.h.

◆ map

int XML_Encoding::map[256]

Definition at line 527 of file expat.h.

◆ release

void( * XML_Encoding::release) (void *data)

Definition at line 530 of file expat.h.


The documentation for this struct was generated from the following file: