|
BOSS 8.0.0
BESIII Offline Software System
|
Go to the source code of this file.
Macros | |
| #define | ENCODING_MAX 128 |
Functions | |
| const ENCODING *NS | XmlGetUtf8InternalEncoding () |
| const ENCODING *NS | XmlGetUtf16InternalEncoding () |
| int NS | XmlInitEncoding (INIT_ENCODING *p, const ENCODING **encPtr, const char *name) |
| int NS | XmlParseXmlDecl (int isGeneralTextEntity, const ENCODING *enc, const char *ptr, const char *end, const char **badPtr, const char **versionPtr, const char **encodingName, const ENCODING **encoding, int *standalone) |
| #define ENCODING_MAX 128 |
| const ENCODING *NS XmlGetUtf16InternalEncoding | ( | ) |
Definition at line 5 of file xmltok_ns.c.
Referenced by XmlGetUtf16InternalEncoding().
| const ENCODING *NS XmlGetUtf8InternalEncoding | ( | ) |
Definition at line 1 of file xmltok_ns.c.
Referenced by XmlGetUtf8InternalEncoding().
| int NS XmlInitEncoding | ( | INIT_ENCODING * | p, |
| const ENCODING ** | encPtr, | ||
| const char * | name ) |
Definition at line 35 of file xmltok_ns.c.
Referenced by XmlInitEncoding().
| int NS XmlParseXmlDecl | ( | int | isGeneralTextEntity, |
| const ENCODING * | enc, | ||
| const char * | ptr, | ||
| const char * | end, | ||
| const char ** | badPtr, | ||
| const char ** | versionPtr, | ||
| const char ** | encodingName, | ||
| const ENCODING ** | encoding, | ||
| int * | standalone ) |
Definition at line 62 of file xmltok_ns.c.
Referenced by XmlParseXmlDecl().