~ubuntu-branches/ubuntu/wily/styx/wily

« back to all changes in this revision

Viewing changes to incxml/dtd_int.h

  • Committer: Package Import Robot
  • Author(s): Frederik Schüler
  • Date: 2013-12-28 18:20:37 UTC
  • mfrom: (0.1.5)
  • Revision ID: package-import@ubuntu.com-20131228182037-ihsf1de5y1oe24nf
Tags: 2.0.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
 
116
116
/* -------------------------------- ExtID --------------------------------- */
117
117
 
 
118
c_bool dtdExtID_pub(dtdExtID x, dtdXLiteral* x1, dtdXLiteral* x2); /*       */
118
119
c_bool dtdExtID_pref(dtdExtID x, GLS_Tok* x1);                     /*       */
 
120
c_bool dtdExtID_sys(dtdExtID x, dtdXLiteral* x1);                  /*       */
119
121
c_bool dtdExtID_nul(dtdExtID x);                                   /*       */
120
 
c_bool dtdExtID_pub(dtdExtID x, dtdXLiteral* x1, dtdXLiteral* x2); /*       */
121
 
c_bool dtdExtID_sys(dtdExtID x, dtdXLiteral* x1);                  /*       */
122
122
 
123
123
/* ------------------------------- XLiteral ------------------------------- */
124
124
 
128
128
 
129
129
/* --------------------------------- Decl --------------------------------- */
130
130
 
131
 
c_bool dtdDecl_pref(dtdDecl x, GLS_Tok* x1); /*                             */
132
 
c_bool dtdDecl_attr(dtdDecl x, dtdXName* x1, GLS_Lst(dtdAttribute)* x2);/*  */
133
 
c_bool dtdDecl_ent(dtdDecl x, dtdEntity* x1);                /*             */
134
131
c_bool dtdDecl_pi(dtdDecl x, GLS_Tok* x1);                   /*             */
 
132
c_bool dtdDecl_cond(dtdDecl x, dtdCond* x1);                 /*             */
 
133
c_bool dtdDecl_pref(dtdDecl x, GLS_Tok* x1);                 /*             */
135
134
c_bool dtdDecl_note(dtdDecl x, dtdXName* x1, dtdExtID* x2);  /*             */
136
135
c_bool dtdDecl_elm(dtdDecl x, dtdXName* x1, dtdContent* x2); /*             */
137
 
c_bool dtdDecl_cond(dtdDecl x, dtdCond* x1);                 /*             */
 
136
c_bool dtdDecl_attr(dtdDecl x, dtdXName* x1, GLS_Lst(dtdAttribute)* x2);/*  */
 
137
c_bool dtdDecl_ent(dtdDecl x, dtdEntity* x1); /*                            */
138
138
 
139
139
/* --------------------------------- Cond --------------------------------- */
140
140
 
141
141
c_bool dtdCond_cinc(dtdCond x, dtdExtern* x1);              /*              */
 
142
c_bool dtdCond_ccnd(dtdCond x, GLS_Tok* x1, dtdExtern* x2); /*              */
142
143
c_bool dtdCond_cign(dtdCond x, GLS_Tok* x1);                /*              */
143
 
c_bool dtdCond_ccnd(dtdCond x, GLS_Tok* x1, dtdExtern* x2); /*              */
144
144
 
145
145
/* ------------------------------ Attribute ------------------------------- */
146
146
 
147
 
c_bool dtdAttribute_nam(dtdAttribute x, dtdXName* x1);    /*                */
148
147
c_bool dtdAttribute_dft(dtdAttribute x, dtdADefault* x1); /*                */
149
148
c_bool dtdAttribute_typ(dtdAttribute x, dtdAType* x1);    /*                */
 
149
c_bool dtdAttribute_nam(dtdAttribute x, dtdXName* x1);    /*                */
150
150
 
151
151
/* -------------------------------- AType --------------------------------- */
152
152
 
153
 
c_bool dtdAType_refs(dtdAType x);                        /*                 */
 
153
c_bool dtdAType_id(dtdAType x);                          /*                 */
 
154
c_bool dtdAType_ref(dtdAType x);                         /*                 */
154
155
c_bool dtdAType_nmts(dtdAType x);                        /*                 */
155
 
c_bool dtdAType_str(dtdAType x);                         /*                 */
156
156
c_bool dtdAType_ents(dtdAType x);                        /*                 */
 
157
c_bool dtdAType_nmt(dtdAType x);                         /*                 */
157
158
c_bool dtdAType_etyp(dtdAType x, GLS_Lst(dtdXName)* x1); /*                 */
158
 
c_bool dtdAType_ref(dtdAType x);                         /*                 */
159
 
c_bool dtdAType_nmt(dtdAType x);                         /*                 */
 
159
c_bool dtdAType_ent(dtdAType x);                         /*                 */
160
160
c_bool dtdAType_ntyp(dtdAType x);                        /*                 */
161
 
c_bool dtdAType_id(dtdAType x);                          /*                 */
162
 
c_bool dtdAType_ent(dtdAType x);                         /*                 */
 
161
c_bool dtdAType_refs(dtdAType x);                        /*                 */
 
162
c_bool dtdAType_str(dtdAType x);                         /*                 */
163
163
 
164
164
/* ------------------------------- ADefault ------------------------------- */
165
165
 
166
166
c_bool dtdADefault_fix(dtdADefault x, dtdFixed* x1, GLS_Tok* x2); /*        */
 
167
c_bool dtdADefault_req(dtdADefault x);                            /*        */
167
168
c_bool dtdADefault_imp(dtdADefault x);                            /*        */
168
 
c_bool dtdADefault_req(dtdADefault x);                            /*        */
169
169
 
170
170
/* -------------------------------- Fixed --------------------------------- */
171
171
 
184
184
 
185
185
/* -------------------------------- NData --------------------------------- */
186
186
 
 
187
c_bool dtdNData_dfn(dtdNData x, dtdXName* x1, dtdXName* x2); /*             */
187
188
c_bool dtdNData_nul(dtdNData x);                             /*             */
188
 
c_bool dtdNData_dfn(dtdNData x, dtdXName* x1, dtdXName* x2); /*             */
189
189
 
190
190
/* ------------------------------- Content -------------------------------- */
191
191
 
192
192
c_bool dtdContent_alt(dtdContent x, dtdContent* x1, dtdContent* x2); /*     */
193
 
c_bool dtdContent_none(dtdContent x);                                /*     */
194
193
c_bool dtdContent_mix(dtdContent x, GLS_Lst(dtdXName)* x1);          /*     */
195
194
c_bool dtdContent_any(dtdContent x);                                 /*     */
196
195
c_bool dtdContent_seq(dtdContent x, dtdContent* x1, dtdContent* x2); /*     */
 
196
c_bool dtdContent_pref(dtdContent x, GLS_Tok* x1);                   /*     */
 
197
c_bool dtdContent_none(dtdContent x);                                /*     */
197
198
c_bool dtdContent_nam(dtdContent x, dtdXName* x1, dtdROpr* x2);      /*     */
198
199
c_bool dtdContent_rexp(dtdContent x, dtdContent* x1, dtdROpr* x2);   /*     */
199
 
c_bool dtdContent_pref(dtdContent x, GLS_Tok* x1);                   /*     */
200
200
 
201
201
/* --------------------------------- ROpr --------------------------------- */
202
202
 
 
203
c_bool dtdROpr_qry(dtdROpr x);         /*                                   */
 
204
c_bool dtdROpr_plus(dtdROpr x);        /*                                   */
203
205
c_bool dtdROpr_nul(dtdROpr x);         /*                                   */
204
 
c_bool dtdROpr_plus(dtdROpr x);        /*                                   */
205
206
c_bool dtdROpr_star(dtdROpr x);        /*                                   */
206
 
c_bool dtdROpr_qry(dtdROpr x);         /*                                   */
207
207
 
208
208
/* -------------------------------- XName --------------------------------- */
209
209
 
210
210
c_bool dtdXName_elm(dtdXName x);                /*                          */
 
211
c_bool dtdXName_none(dtdXName x);               /*                          */
 
212
c_bool dtdXName_key(dtdXName x, GLS_Tok* x1);   /*                          */
 
213
c_bool dtdXName_ktyp(dtdXName x, dtdAType* x1); /*                          */
 
214
c_bool dtdXName_sys(dtdXName x);                /*                          */
 
215
c_bool dtdXName_ide(dtdXName x, GLS_Tok* x1);   /*                          */
211
216
c_bool dtdXName_req(dtdXName x);                /*                          */
212
 
c_bool dtdXName_key(dtdXName x, GLS_Tok* x1);   /*                          */
213
217
c_bool dtdXName_alst(dtdXName x);               /*                          */
 
218
c_bool dtdXName_nmtk(dtdXName x, GLS_Tok* x1);  /*                          */
 
219
c_bool dtdXName_fix(dtdXName x);                /*                          */
 
220
c_bool dtdXName_any(dtdXName x);                /*                          */
 
221
c_bool dtdXName_pub(dtdXName x);                /*                          */
 
222
c_bool dtdXName_ndat(dtdXName x);               /*                          */
 
223
c_bool dtdXName_impl(dtdXName x);               /*                          */
214
224
c_bool dtdXName_pref(dtdXName x, GLS_Tok* x1);  /*                          */
215
 
c_bool dtdXName_fix(dtdXName x);                /*                          */
216
225
c_bool dtdXName_inc(dtdXName x);                /*                          */
217
 
c_bool dtdXName_ndat(dtdXName x);               /*                          */
218
 
c_bool dtdXName_pub(dtdXName x);                /*                          */
219
 
c_bool dtdXName_nmtk(dtdXName x, GLS_Tok* x1);  /*                          */
220
 
c_bool dtdXName_none(dtdXName x);               /*                          */
221
226
c_bool dtdXName_pdat(dtdXName x);               /*                          */
222
 
c_bool dtdXName_ide(dtdXName x, GLS_Tok* x1);   /*                          */
223
 
c_bool dtdXName_any(dtdXName x);                /*                          */
224
 
c_bool dtdXName_impl(dtdXName x);               /*                          */
225
 
c_bool dtdXName_ktyp(dtdXName x, dtdAType* x1); /*                          */
226
 
c_bool dtdXName_sys(dtdXName x);                /*                          */
227
227
 
228
228
 
229
229
#ifdef __cplusplus