Jabber WindowGram Client (JWGC)

Introduction Screenshots Installation Downloads
Documentation Browse Source Resources Project Site

Stable Version
-none-

Latest Version
beta5



Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

xmlrole.c File Reference

#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)


Define Documentation

#define MIN_BYTES_PER_CHAR enc   )     ((enc)->minBytesPerChar)
 

Definition at line 48 of file xmlrole.c.

#define setTopLevel state   )     ((state)->handler = internalSubset)
 

Definition at line 57 of file xmlrole.c.


Typedef Documentation

typedef int PROLOG_HANDLER(PROLOG_STATE *state, int tok, const char *ptr, const char *end, const ENCODING *enc)
 

Definition at line 60 of file xmlrole.c.


Function Documentation

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...SourceForge.net Logo

Source Perspective by Fisheye