Geant4
9.6.p02
|
#include <stddef.h>
#include "expat_external.h"
#include "internal.h"
#include "xmlrole.h"
#include "ascii.h"
Go to the source code of this file.
Macros | |
#define | MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar) |
#define | setTopLevel(state) ((state)->handler = internalSubset) |
Typedefs | |
typedef int PTRCALL | PROLOG_HANDLER (PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) |
Functions | |
void | XmlPrologStateInit (PROLOG_STATE *state) |
#define MIN_BYTES_PER_CHAR | ( | enc) | ((enc)->minBytesPerChar) |
Definition at line 89 of file xmlrole.cc.
#define setTopLevel | ( | state) | ((state)->handler = internalSubset) |
Definition at line 98 of file xmlrole.cc.
typedef int PTRCALL PROLOG_HANDLER(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) |
Definition at line 101 of file xmlrole.cc.
void XmlPrologStateInit | ( | PROLOG_STATE * | state) |
Definition at line 1316 of file xmlrole.cc.