reference/xml/constants.xml
5e9500ddad6dbc2f1b01d7da8b53379c8b7c386c
...
...
@@ -7,7 +7,7 @@
7
7
<varlistentry xml:id="constant.xml-error-none">
8
8
<term>
9
9
<constant>XML_ERROR_NONE</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
...
...
@@ -18,7 +18,7 @@
18
18
<varlistentry xml:id="constant.xml-error-no-memory">
19
19
<term>
20
20
<constant>XML_ERROR_NO_MEMORY</constant>
21
-
(<type>integer</type>)
21
+
(<type>int</type>)
22
22
</term>
23
23
<listitem>
24
24
<simpara>
...
...
@@ -29,7 +29,7 @@
29
29
<varlistentry xml:id="constant.xml-error-syntax">
30
30
<term>
31
31
<constant>XML_ERROR_SYNTAX</constant>
32
-
(<type>integer</type>)
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
...
...
@@ -40,7 +40,7 @@
40
40
<varlistentry xml:id="constant.xml-error-no-elements">
41
41
<term>
42
42
<constant>XML_ERROR_NO_ELEMENTS</constant>
43
-
(<type>integer</type>)
43
+
(<type>int</type>)
44
44
</term>
45
45
<listitem>
46
46
<simpara>
...
...
@@ -51,7 +51,7 @@
51
51
<varlistentry xml:id="constant.xml-error-invalid-token">
52
52
<term>
53
53
<constant>XML_ERROR_INVALID_TOKEN</constant>
54
-
(<type>integer</type>)
54
+
(<type>int</type>)
55
55
</term>
56
56
<listitem>
57
57
<simpara>
...
...
@@ -62,7 +62,7 @@
62
62
<varlistentry xml:id="constant.xml-error-unclosed-token">
63
63
<term>
64
64
<constant>XML_ERROR_UNCLOSED_TOKEN</constant>
65
-
(<type>integer</type>)
65
+
(<type>int</type>)
66
66
</term>
67
67
<listitem>
68
68
<simpara>
...
...
@@ -73,7 +73,7 @@
73
73
<varlistentry xml:id="constant.xml-error-partial-char">
74
74
<term>
75
75
<constant>XML_ERROR_PARTIAL_CHAR</constant>
76
-
(<type>integer</type>)
76
+
(<type>int</type>)
77
77
</term>
78
78
<listitem>
79
79
<simpara>
...
...
@@ -84,7 +84,7 @@
84
84
<varlistentry xml:id="constant.xml-error-tag-mismatch">
85
85
<term>
86
86
<constant>XML_ERROR_TAG_MISMATCH</constant>
87
-
(<type>integer</type>)
87
+
(<type>int</type>)
88
88
</term>
89
89
<listitem>
90
90
<simpara>
...
...
@@ -95,7 +95,7 @@
95
95
<varlistentry xml:id="constant.xml-error-duplicate-attribute">
96
96
<term>
97
97
<constant>XML_ERROR_DUPLICATE_ATTRIBUTE</constant>
98
-
(<type>integer</type>)
98
+
(<type>int</type>)
99
99
</term>
100
100
<listitem>
101
101
<simpara>
...
...
@@ -106,7 +106,7 @@
106
106
<varlistentry xml:id="constant.xml-error-junk-after-doc-element">
107
107
<term>
108
108
<constant>XML_ERROR_JUNK_AFTER_DOC_ELEMENT</constant>
109
-
(<type>integer</type>)
109
+
(<type>int</type>)
110
110
</term>
111
111
<listitem>
112
112
<simpara>
...
...
@@ -117,7 +117,7 @@
117
117
<varlistentry xml:id="constant.xml-error-param-entity-ref">
118
118
<term>
119
119
<constant>XML_ERROR_PARAM_ENTITY_REF</constant>
120
-
(<type>integer</type>)
120
+
(<type>int</type>)
121
121
</term>
122
122
<listitem>
123
123
<simpara>
...
...
@@ -128,7 +128,7 @@
128
128
<varlistentry xml:id="constant.xml-error-undefined-entity">
129
129
<term>
130
130
<constant>XML_ERROR_UNDEFINED_ENTITY</constant>
131
-
(<type>integer</type>)
131
+
(<type>int</type>)
132
132
</term>
133
133
<listitem>
134
134
<simpara>
...
...
@@ -139,7 +139,7 @@
139
139
<varlistentry xml:id="constant.xml-error-recursive-entity-ref">
140
140
<term>
141
141
<constant>XML_ERROR_RECURSIVE_ENTITY_REF</constant>
142
-
(<type>integer</type>)
142
+
(<type>int</type>)
143
143
</term>
144
144
<listitem>
145
145
<simpara>
...
...
@@ -150,7 +150,7 @@
150
150
<varlistentry xml:id="constant.xml-error-async-entity">
151
151
<term>
152
152
<constant>XML_ERROR_ASYNC_ENTITY</constant>
153
-
(<type>integer</type>)
153
+
(<type>int</type>)
154
154
</term>
155
155
<listitem>
156
156
<simpara>
...
...
@@ -161,7 +161,7 @@
161
161
<varlistentry xml:id="constant.xml-error-bad-char-ref">
162
162
<term>
163
163
<constant>XML_ERROR_BAD_CHAR_REF</constant>
164
-
(<type>integer</type>)
164
+
(<type>int</type>)
165
165
</term>
166
166
<listitem>
167
167
<simpara>
...
...
@@ -172,7 +172,7 @@
172
172
<varlistentry xml:id="constant.xml-error-binary-entity-ref">
173
173
<term>
174
174
<constant>XML_ERROR_BINARY_ENTITY_REF</constant>
175
-
(<type>integer</type>)
175
+
(<type>int</type>)
176
176
</term>
177
177
<listitem>
178
178
<simpara>
...
...
@@ -183,7 +183,7 @@
183
183
<varlistentry xml:id="constant.xml-error-attribute-external-entity-ref">
184
184
<term>
185
185
<constant>XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF</constant>
186
-
(<type>integer</type>)
186
+
(<type>int</type>)
187
187
</term>
188
188
<listitem>
189
189
<simpara>
...
...
@@ -194,7 +194,7 @@
194
194
<varlistentry xml:id="constant.xml-error-misplaced-xml-pi">
195
195
<term>
196
196
<constant>XML_ERROR_MISPLACED_XML_PI</constant>
197
-
(<type>integer</type>)
197
+
(<type>int</type>)
198
198
</term>
199
199
<listitem>
200
200
<simpara>
...
...
@@ -205,7 +205,7 @@
205
205
<varlistentry xml:id="constant.xml-error-unknown-encoding">
206
206
<term>
207
207
<constant>XML_ERROR_UNKNOWN_ENCODING</constant>
208
-
(<type>integer</type>)
208
+
(<type>int</type>)
209
209
</term>
210
210
<listitem>
211
211
<simpara>
...
...
@@ -216,7 +216,7 @@
216
216
<varlistentry xml:id="constant.xml-error-incorrect-encoding">
217
217
<term>
218
218
<constant>XML_ERROR_INCORRECT_ENCODING</constant>
219
-
(<type>integer</type>)
219
+
(<type>int</type>)
220
220
</term>
221
221
<listitem>
222
222
<simpara>
...
...
@@ -227,7 +227,7 @@
227
227
<varlistentry xml:id="constant.xml-error-unclosed-cdata-section">
228
228
<term>
229
229
<constant>XML_ERROR_UNCLOSED_CDATA_SECTION</constant>
230
-
(<type>integer</type>)
230
+
(<type>int</type>)
231
231
</term>
232
232
<listitem>
233
233
<simpara>
...
...
@@ -238,7 +238,7 @@
238
238
<varlistentry xml:id="constant.xml-error-external-entity-handling">
239
239
<term>
240
240
<constant>XML_ERROR_EXTERNAL_ENTITY_HANDLING</constant>
241
-
(<type>integer</type>)
241
+
(<type>int</type>)
242
242
</term>
243
243
<listitem>
244
244
<simpara>
...
...
@@ -249,7 +249,7 @@
249
249
<varlistentry xml:id="constant.xml-option-case-folding">
250
250
<term>
251
251
<constant>XML_OPTION_CASE_FOLDING</constant>
252
-
(<type>integer</type>)
252
+
(<type>int</type>)
253
253
</term>
254
254
<listitem>
255
255
<simpara>
...
...
@@ -260,7 +260,7 @@
260
260
<varlistentry xml:id="constant.xml-option-target-encoding">
261
261
<term>
262
262
<constant>XML_OPTION_TARGET_ENCODING</constant>
263
-
(<type>integer</type>)
263
+
(<type>int</type>)
264
264
</term>
265
265
<listitem>
266
266
<simpara>
...
...
@@ -271,7 +271,7 @@
271
271
<varlistentry xml:id="constant.xml-option-skip-tagstart">
272
272
<term>
273
273
<constant>XML_OPTION_SKIP_TAGSTART</constant>
274
-
(<type>integer</type>)
274
+
(<type>int</type>)
275
275
</term>
276
276
<listitem>
277
277
<simpara>
...
...
@@ -282,7 +282,7 @@
282
282
<varlistentry xml:id="constant.xml-option-skip-white">
283
283
<term>
284
284
<constant>XML_OPTION_SKIP_WHITE</constant>
285
-
(<type>integer</type>)
285
+
(<type>int</type>)
286
286
</term>
287
287
<listitem>
288
288
<simpara>
...
...
@@ -304,7 +304,6 @@
304
304
</varlistentry>
305
305
</variablelist>
306
306
</appendix>
307
-

308
307
<!-- Keep this comment at the end of the file
309
308
Local variables:
310
309
mode: sgml
...
...
@@ -325,4 +324,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
325
324
vim: et tw=78 syn=sgml
326
325
vi: ts=1 sw=1
327
326
-->
328
-

329
327