ReactOS 0.4.16-dev-2208-g6350669
_xmlCharEncodingHandler Struct Reference

#include <encoding.h>

Public Attributes

charname
 
xmlCharEncodingInputFunc input
 
xmlCharEncodingOutputFunc output
 

Detailed Description

Definition at line 140 of file encoding.h.

Member Data Documentation

◆ input

xmlCharEncodingInputFunc _xmlCharEncodingHandler::input

Definition at line 142 of file encoding.h.

Referenced by xmlFindCharEncodingHandler().

◆ name

char* _xmlCharEncodingHandler::name

Definition at line 141 of file encoding.h.

Referenced by xmlFindCharEncodingHandler().

◆ output

xmlCharEncodingOutputFunc _xmlCharEncodingHandler::output

Definition at line 143 of file encoding.h.

Referenced by xmlFindCharEncodingHandler().


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