ReactOS 0.4.16-dev-401-g45b008d
|
#include <encoding.h>
Public Attributes | |
char * | name |
xmlCharEncodingInputFunc | input |
xmlCharEncodingOutputFunc | output |
Definition at line 131 of file encoding.h.
xmlCharEncodingInputFunc _xmlCharEncodingHandler::input |
Definition at line 133 of file encoding.h.
Referenced by xmlFindCharEncodingHandler().
char* _xmlCharEncodingHandler::name |
Definition at line 132 of file encoding.h.
Referenced by xmlFindCharEncodingHandler(), xsltSaveResultToFd(), xsltSaveResultToFile(), xsltSaveResultToFilename(), and xsltSaveResultToString().
xmlCharEncodingOutputFunc _xmlCharEncodingHandler::output |
Definition at line 134 of file encoding.h.
Referenced by xmlFindCharEncodingHandler().