|
|
#include <config.h>
#include "xmlrole.h"
#include "ascii.h"
Go to the source code of this file.
Defines | |
#define | MIN_BYTES_PER_CHAR(enc) ((enc)->minBytesPerChar) |
#define | setTopLevel(state) ((state)->handler = internalSubset) |
Typedefs | |
typedef int | PROLOG_HANDLER (PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc) |
Functions | |
void | XmlPrologStateInit (PROLOG_STATE *state) |
|
|
|
|
|
|
|
Definition at line 1255 of file xmlrole.c. References prolog_state::handler, and PROLOG_STATE. Referenced by XML_ParserCreate_MM(). 01256 { 01257 state->handler = prolog0; 01258 #ifdef XML_DTD 01259 state->documentEntity = 1; 01260 state->includeLevel = 0; 01261 #endif /* XML_DTD */ 01262 }
|
Last updated at Tue Dec 18 21:07:42 PST 2007. | This site and project hosted by... |