reference/dom/constants.xml
37280533a76693adac626a37ffc8daa2276400ce
...
...
@@ -17,7 +17,7 @@
17
17
<row xml:id="constant.xml-element-node">
18
18
<entry>
19
19
<constant>XML_ELEMENT_NODE</constant>
20
-
(<type>integer</type>)
20
+
(<type>int</type>)
21
21
</entry>
22
22
<entry>1</entry>
23
23
<entry>Node is a <classname>DOMElement</classname></entry>
...
...
@@ -25,7 +25,7 @@
25
25
<row xml:id="constant.xml-attribute-node">
26
26
<entry>
27
27
<constant>XML_ATTRIBUTE_NODE</constant>
28
-
(<type>integer</type>)
28
+
(<type>int</type>)
29
29
</entry>
30
30
<entry>2</entry>
31
31
<entry>Node is a <classname>DOMAttr</classname></entry>
...
...
@@ -33,7 +33,7 @@
33
33
<row xml:id="constant.xml-text-node">
34
34
<entry>
35
35
<constant>XML_TEXT_NODE</constant>
36
-
(<type>integer</type>)
36
+
(<type>int</type>)
37
37
</entry>
38
38
<entry>3</entry>
39
39
<entry>Node is a <classname>DOMText</classname></entry>
...
...
@@ -41,7 +41,7 @@
41
41
<row xml:id="constant.xml-cdata-section-node">
42
42
<entry>
43
43
<constant>XML_CDATA_SECTION_NODE</constant>
44
-
(<type>integer</type>)
44
+
(<type>int</type>)
45
45
</entry>
46
46
<entry>4</entry>
47
47
<entry>Node is a <classname>DOMCharacterData</classname></entry>
...
...
@@ -49,7 +49,7 @@
49
49
<row xml:id="constant.xml-entity-ref-node">
50
50
<entry>
51
51
<constant>XML_ENTITY_REF_NODE</constant>
52
-
(<type>integer</type>)
52
+
(<type>int</type>)
53
53
</entry>
54
54
<entry>5</entry>
55
55
<entry>Node is a <classname>DOMEntityReference</classname></entry>
...
...
@@ -57,7 +57,7 @@
57
57
<row xml:id="constant.xml-entity-node">
58
58
<entry>
59
59
<constant>XML_ENTITY_NODE</constant>
60
-
(<type>integer</type>)
60
+
(<type>int</type>)
61
61
</entry>
62
62
<entry>6</entry>
63
63
<entry>Node is a <classname>DOMEntity</classname></entry>
...
...
@@ -65,7 +65,7 @@
65
65
<row xml:id="constant.xml-pi-node">
66
66
<entry>
67
67
<constant>XML_PI_NODE</constant>
68
-
(<type>integer</type>)
68
+
(<type>int</type>)
69
69
</entry>
70
70
<entry>7</entry>
71
71
<entry>Node is a <classname>DOMProcessingInstruction</classname></entry>
...
...
@@ -73,7 +73,7 @@
73
73
<row xml:id="constant.xml-comment-node">
74
74
<entry>
75
75
<constant>XML_COMMENT_NODE</constant>
76
-
(<type>integer</type>)
76
+
(<type>int</type>)
77
77
</entry>
78
78
<entry>8</entry>
79
79
<entry>Node is a <classname>DOMComment</classname></entry>
...
...
@@ -81,7 +81,7 @@
81
81
<row xml:id="constant.xml-document-node">
82
82
<entry>
83
83
<constant>XML_DOCUMENT_NODE</constant>
84
-
(<type>integer</type>)
84
+
(<type>int</type>)
85
85
</entry>
86
86
<entry>9</entry>
87
87
<entry>Node is a <classname>DOMDocument</classname></entry>
...
...
@@ -89,7 +89,7 @@
89
89
<row xml:id="constant.xml-document-type-node">
90
90
<entry>
91
91
<constant>XML_DOCUMENT_TYPE_NODE</constant>
92
-
(<type>integer</type>)
92
+
(<type>int</type>)
93
93
</entry>
94
94
<entry>10</entry>
95
95
<entry>Node is a <classname>DOMDocumentType</classname></entry>
...
...
@@ -97,7 +97,7 @@
97
97
<row xml:id="constant.xml-document-frag-node">
98
98
<entry>
99
99
<constant>XML_DOCUMENT_FRAG_NODE</constant>
100
-
(<type>integer</type>)
100
+
(<type>int</type>)
101
101
</entry>
102
102
<entry>11</entry>
103
103
<entry>Node is a <classname>DOMDocumentFragment</classname></entry>
...
...
@@ -105,7 +105,7 @@
105
105
<row xml:id="constant.xml-notation-node">
106
106
<entry>
107
107
<constant>XML_NOTATION_NODE</constant>
108
-
(<type>integer</type>)
108
+
(<type>int</type>)
109
109
</entry>
110
110
<entry>12</entry>
111
111
<entry>Node is a <classname>DOMNotation</classname></entry>
...
...
@@ -113,122 +113,122 @@
113
113
<row xml:id="constant.xml-html-document-node">
114
114
<entry>
115
115
<constant>XML_HTML_DOCUMENT_NODE</constant>
116
-
(<type>integer</type>)
116
+
(<type>int</type>)
117
117
</entry>
118
118
<entry>13</entry>
119
-
<entry></entry>
119
+
<entry/>
120
120
</row>
121
121
<row xml:id="constant.xml-dtd-node">
122
122
<entry>
123
123
<constant>XML_DTD_NODE</constant>
124
-
(<type>integer</type>)
124
+
(<type>int</type>)
125
125
</entry>
126
126
<entry>14</entry>
127
-
<entry></entry>
127
+
<entry/>
128
128
</row>
129
129
<row xml:id="constant.xml-element-decl-node">
130
130
<entry>
131
131
<constant>XML_ELEMENT_DECL_NODE</constant>
132
-
(<type>integer</type>)
132
+
(<type>int</type>)
133
133
</entry>
134
134
<entry>15</entry>
135
-
<entry></entry>
135
+
<entry/>
136
136
</row>
137
137
<row xml:id="constant.xml-attribute-decl-node">
138
138
<entry>
139
139
<constant>XML_ATTRIBUTE_DECL_NODE</constant>
140
-
(<type>integer</type>)
140
+
(<type>int</type>)
141
141
</entry>
142
142
<entry>16</entry>
143
-
<entry></entry>
143
+
<entry/>
144
144
</row>
145
145
<row xml:id="constant.xml-entity-decl-node">
146
146
<entry>
147
147
<constant>XML_ENTITY_DECL_NODE</constant>
148
-
(<type>integer</type>)
148
+
(<type>int</type>)
149
149
</entry>
150
150
<entry>17</entry>
151
-
<entry></entry>
151
+
<entry/>
152
152
</row>
153
153
<row xml:id="constant.xml-namespace-decl-node">
154
154
<entry>
155
155
<constant>XML_NAMESPACE_DECL_NODE</constant>
156
-
(<type>integer</type>)
156
+
(<type>int</type>)
157
157
</entry>
158
158
<entry>18</entry>
159
-
<entry></entry>
159
+
<entry/>
160
160
</row>
161
161
<row xml:id="constant.xml-attribute-cdata">
162
162
<entry>
163
163
<constant>XML_ATTRIBUTE_CDATA</constant>
164
-
(<type>integer</type>)
164
+
(<type>int</type>)
165
165
</entry>
166
166
<entry>1</entry>
167
-
<entry></entry>
167
+
<entry/>
168
168
</row>
169
169
<row xml:id="constant.xml-attribute-id">
170
170
<entry>
171
171
<constant>XML_ATTRIBUTE_ID</constant>
172
-
(<type>integer</type>)
172
+
(<type>int</type>)
173
173
</entry>
174
174
<entry>2</entry>
175
-
<entry></entry>
175
+
<entry/>
176
176
</row>
177
177
<row xml:id="constant.xml-attribute-idref">
178
178
<entry>
179
179
<constant>XML_ATTRIBUTE_IDREF</constant>
180
-
(<type>integer</type>)
180
+
(<type>int</type>)
181
181
</entry>
182
182
<entry>3</entry>
183
-
<entry></entry>
183
+
<entry/>
184
184
</row>
185
185
<row xml:id="constant.xml-attribute-idrefs">
186
186
<entry>
187
187
<constant>XML_ATTRIBUTE_IDREFS</constant>
188
-
(<type>integer</type>)
188
+
(<type>int</type>)
189
189
</entry>
190
190
<entry>4</entry>
191
-
<entry></entry>
191
+
<entry/>
192
192
</row>
193
193
<row xml:id="constant.xml-attribute-entity">
194
194
<entry>
195
195
<constant>XML_ATTRIBUTE_ENTITY</constant>
196
-
(<type>integer</type>)
196
+
(<type>int</type>)
197
197
</entry>
198
198
<entry>5</entry>
199
-
<entry></entry>
199
+
<entry/>
200
200
</row>
201
201
<row xml:id="constant.xml-attribute-nmtoken">
202
202
<entry>
203
203
<constant>XML_ATTRIBUTE_NMTOKEN</constant>
204
-
(<type>integer</type>)
204
+
(<type>int</type>)
205
205
</entry>
206
206
<entry>7</entry>
207
-
<entry></entry>
207
+
<entry/>
208
208
</row>
209
209
<row xml:id="constant.xml-attribute-nmtokens">
210
210
<entry>
211
211
<constant>XML_ATTRIBUTE_NMTOKENS</constant>
212
-
(<type>integer</type>)
212
+
(<type>int</type>)
213
213
</entry>
214
214
<entry>8</entry>
215
-
<entry></entry>
215
+
<entry/>
216
216
</row>
217
217
<row xml:id="constant.xml-attribute-enumeration">
218
218
<entry>
219
219
<constant>XML_ATTRIBUTE_ENUMERATION</constant>
220
-
(<type>integer</type>)
220
+
(<type>int</type>)
221
221
</entry>
222
222
<entry>9</entry>
223
-
<entry></entry>
223
+
<entry/>
224
224
</row>
225
225
<row xml:id="constant.xml-attribute-notation">
226
226
<entry>
227
227
<constant>XML_ATTRIBUTE_NOTATION</constant>
228
-
(<type>integer</type>)
228
+
(<type>int</type>)
229
229
</entry>
230
230
<entry>10</entry>
231
-
<entry></entry>
231
+
<entry/>
232
232
</row>
233
233
</tbody>
234
234
</tgroup>
...
...
@@ -247,7 +247,7 @@
247
247
<row xml:id="constant.dom-php-err">
248
248
<entry>
249
249
<constant>DOM_PHP_ERR</constant>
250
-
(<type>integer</type>)
250
+
(<type>int</type>)
251
251
</entry>
252
252
<entry>0</entry>
253
253
<entry>
...
...
@@ -257,7 +257,7 @@
257
257
<row xml:id="constant.dom-index-size-err">
258
258
<entry>
259
259
<constant>DOM_INDEX_SIZE_ERR</constant>
260
-
(<type>integer</type>)
260
+
(<type>int</type>)
261
261
</entry>
262
262
<entry>1</entry>
263
263
<entry>
...
...
@@ -267,7 +267,7 @@
267
267
<row xml:id="constant.domstring-size-err">
268
268
<entry>
269
269
<constant>DOMSTRING_SIZE_ERR</constant>
270
-
(<type>integer</type>)
270
+
(<type>int</type>)
271
271
</entry>
272
272
<entry>2</entry>
273
273
<entry>
...
...
@@ -278,7 +278,7 @@
278
278
<row xml:id="constant.dom-hierarchy-request-err">
279
279
<entry>
280
280
<constant>DOM_HIERARCHY_REQUEST_ERR</constant>
281
-
(<type>integer</type>)
281
+
(<type>int</type>)
282
282
</entry>
283
283
<entry>3</entry>
284
284
<entry>If any node is inserted somewhere it doesn't belong</entry>
...
...
@@ -286,7 +286,7 @@
286
286
<row xml:id="constant.dom-wrong-document-err">
287
287
<entry>
288
288
<constant>DOM_WRONG_DOCUMENT_ERR</constant>
289
-
(<type>integer</type>)
289
+
(<type>int</type>)
290
290
</entry>
291
291
<entry>4</entry>
292
292
<entry>
...
...
@@ -296,7 +296,7 @@
296
296
<row xml:id="constant.dom-invalid-character-err">
297
297
<entry>
298
298
<constant>DOM_INVALID_CHARACTER_ERR</constant>
299
-
(<type>integer</type>)
299
+
(<type>int</type>)
300
300
</entry>
301
301
<entry>5</entry>
302
302
<entry>
...
...
@@ -306,7 +306,7 @@
306
306
<row xml:id="constant.dom-no-data-allowed-err">
307
307
<entry>
308
308
<constant>DOM_NO_DATA_ALLOWED_ERR</constant>
309
-
(<type>integer</type>)
309
+
(<type>int</type>)
310
310
</entry>
311
311
<entry>6</entry>
312
312
<entry>
...
...
@@ -316,7 +316,7 @@
316
316
<row xml:id="constant.dom-no-modification-allowed-err">
317
317
<entry>
318
318
<constant>DOM_NO_MODIFICATION_ALLOWED_ERR</constant>
319
-
(<type>integer</type>)
319
+
(<type>int</type>)
320
320
</entry>
321
321
<entry>7</entry>
322
322
<entry>
...
...
@@ -326,7 +326,7 @@
326
326
<row xml:id="constant.dom-not-found-err">
327
327
<entry>
328
328
<constant>DOM_NOT_FOUND_ERR</constant>
329
-
(<type>integer</type>)
329
+
(<type>int</type>)
330
330
</entry>
331
331
<entry>8</entry>
332
332
<entry>
...
...
@@ -336,7 +336,7 @@
336
336
<row xml:id="constant.dom-not-supported-err">
337
337
<entry>
338
338
<constant>DOM_NOT_SUPPORTED_ERR</constant>
339
-
(<type>integer</type>)
339
+
(<type>int</type>)
340
340
</entry>
341
341
<entry>9</entry>
342
342
<entry>
...
...
@@ -346,7 +346,7 @@
346
346
<row xml:id="constant.dom-inuse-attribute-err">
347
347
<entry>
348
348
<constant>DOM_INUSE_ATTRIBUTE_ERR</constant>
349
-
(<type>integer</type>)
349
+
(<type>int</type>)
350
350
</entry>
351
351
<entry>10</entry>
352
352
<entry>
...
...
@@ -356,7 +356,7 @@
356
356
<row xml:id="constant.dom-invalid-state-err">
357
357
<entry>
358
358
<constant>DOM_INVALID_STATE_ERR</constant>
359
-
(<type>integer</type>)
359
+
(<type>int</type>)
360
360
</entry>
361
361
<entry>11</entry>
362
362
<entry>
...
...
@@ -366,7 +366,7 @@
366
366
<row xml:id="constant.dom-syntax-err">
367
367
<entry>
368
368
<constant>DOM_SYNTAX_ERR</constant>
369
-
(<type>integer</type>)
369
+
(<type>int</type>)
370
370
</entry>
371
371
<entry>12</entry>
372
372
<entry>If an invalid or illegal string is specified.</entry>
...
...
@@ -374,7 +374,7 @@
374
374
<row xml:id="constant.dom-invalid-modification-err">
375
375
<entry>
376
376
<constant>DOM_INVALID_MODIFICATION_ERR</constant>
377
-
(<type>integer</type>)
377
+
(<type>int</type>)
378
378
</entry>
379
379
<entry>13</entry>
380
380
<entry>If an attempt is made to modify the type of the underlying object.</entry>
...
...
@@ -382,7 +382,7 @@
382
382
<row xml:id="constant.dom-namespace-err">
383
383
<entry>
384
384
<constant>DOM_NAMESPACE_ERR</constant>
385
-
(<type>integer</type>)
385
+
(<type>int</type>)
386
386
</entry>
387
387
<entry>14</entry>
388
388
<entry>
...
...
@@ -393,7 +393,7 @@
393
393
<row xml:id="constant.dom-invalid-access-err">
394
394
<entry>
395
395
<constant>DOM_INVALID_ACCESS_ERR</constant>
396
-
(<type>integer</type>)
396
+
(<type>int</type>)
397
397
</entry>
398
398
<entry>15</entry>
399
399
<entry>
...
...
@@ -403,7 +403,7 @@
403
403
<row xml:id="constant.dom-validation-err">
404
404
<entry>
405
405
<constant>DOM_VALIDATION_ERR</constant>
406
-
(<type>integer</type>)
406
+
(<type>int</type>)
407
407
</entry>
408
408
<entry>16</entry>
409
409
<entry>
...
...
@@ -416,8 +416,7 @@
416
416
</tgroup>
417
417
</table>
418
418
</chapter>
419
-
420
-
<!-- Keep this comment at the end of the file
419
+
<!-- Keep this comment at the end of the file
421
420
Local variables:
422
421
mode: sgml
423
422
sgml-omittag:t
...
...
@@ -437,4 +436,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
437
436
vim: et tw=78 syn=sgml
438
437
vi: ts=1 sw=1
439
438
-->
440
-

441
439