Deleted Added
full compact
xmlrole.h (104349) xmlrole.h (178848)
1/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
2 See the file COPYING for copying permission.
3*/
4
5#ifndef XmlRole_INCLUDED
6#define XmlRole_INCLUDED 1
7
8#ifdef __VMS
9/* 0 1 2 3 0 1 2 3
10 1234567890123456789012345678901 1234567890123456789012345678901 */
1/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
2 See the file COPYING for copying permission.
3*/
4
5#ifndef XmlRole_INCLUDED
6#define XmlRole_INCLUDED 1
7
8#ifdef __VMS
9/* 0 1 2 3 0 1 2 3
10 1234567890123456789012345678901 1234567890123456789012345678901 */
11#define XmlPrologStateInitExternalEntity XmlPrologStateInitExternalEnt
11#define XmlPrologStateInitExternalEntity XmlPrologStateInitExternalEnt
12#endif
13
14#include "xmltok.h"
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19

--- 60 unchanged lines hidden (view full) ---

80 XML_ROLE_TEXT_DECL,
81 XML_ROLE_IGNORE_SECT,
82 XML_ROLE_INNER_PARAM_ENTITY_REF,
83#endif /* XML_DTD */
84 XML_ROLE_PARAM_ENTITY_REF
85};
86
87typedef struct prolog_state {
12#endif
13
14#include "xmltok.h"
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19

--- 60 unchanged lines hidden (view full) ---

80 XML_ROLE_TEXT_DECL,
81 XML_ROLE_IGNORE_SECT,
82 XML_ROLE_INNER_PARAM_ENTITY_REF,
83#endif /* XML_DTD */
84 XML_ROLE_PARAM_ENTITY_REF
85};
86
87typedef struct prolog_state {
88 int (FASTCALL *handler) (struct prolog_state *state,
88 int (PTRCALL *handler) (struct prolog_state *state,
89 int tok,
90 const char *ptr,
91 const char *end,
92 const ENCODING *enc);
93 unsigned level;
94 int role_none;
95#ifdef XML_DTD
96 unsigned includeLevel;

--- 18 unchanged lines hidden ---
89 int tok,
90 const char *ptr,
91 const char *end,
92 const ENCODING *enc);
93 unsigned level;
94 int role_none;
95#ifdef XML_DTD
96 unsigned includeLevel;

--- 18 unchanged lines hidden ---