File tree Expand file tree Collapse file tree 2 files changed +34
-7
lines changed Expand file tree Collapse file tree 2 files changed +34
-7
lines changed Original file line number Diff line number Diff line change 230
230
<entry >10</entry >
231
231
<entry />
232
232
</row >
233
+ <row xml : id =" constant.xml-local-namespace" >
234
+ <entry >
235
+ <constant >XML_LOCAL_NAMESPACE</constant >
236
+ (<type >int</type >)
237
+ </entry >
238
+ <entry ></entry >
239
+ <entry >A namespace declaration node.</entry >
240
+ </row >
241
+ <row xml : id =" constant.xml-global-namespace" >
242
+ <entry >
243
+ <constant >XML_GLOBAL_NAMESPACE</constant >
244
+ (<type >int</type >)
245
+ </entry >
246
+ <entry ></entry >
247
+ <entry >Global namespace type. Removed from libXML.</entry >
248
+ </row >
233
249
</tbody >
234
250
</tgroup >
235
251
</table >
271
287
</entry >
272
288
<entry >2</entry >
273
289
<entry >
274
- If the specified range of text does not fit into a
290
+ If the specified range of text does not fit into a
275
291
<classname >DOMString</classname >.
276
292
</entry >
277
293
</row >
386
402
</entry >
387
403
<entry >14</entry >
388
404
<entry >
389
- If an attempt is made to create or change an object in a way which is
405
+ If an attempt is made to create or change an object in a way which is
390
406
incorrect with regard to namespaces.
391
407
</entry >
392
408
</row >
408
424
<entry >16</entry >
409
425
<entry >
410
426
If a call to a method such as insertBefore or removeChild would make the Node
411
- invalid with respect to "partial validity", this exception would be raised and
427
+ invalid with respect to "partial validity", this exception would be raised and
412
428
the operation would not be done.
413
429
</entry >
414
430
</row >
Original file line number Diff line number Diff line change 109
109
</note >
110
110
</listitem >
111
111
</varlistentry >
112
+ <varlistentry xml : id =" constant.libxml-loaded-version" >
113
+ <term >
114
+ <constant >LIBXML_LOADED_VERSION</constant >
115
+ (<type >string</type >)
116
+ </term >
117
+ <listitem >
118
+ <simpara >
119
+ Version of libxml's core parser module.
120
+ </simpara >
121
+ </listitem >
122
+ </varlistentry >
112
123
<varlistentry xml : id =" constant.libxml-noblanks" >
113
124
<term >
114
125
<constant >LIBXML_NOBLANKS</constant >
233
244
</term >
234
245
<listitem >
235
246
<simpara >
236
- Sets XML_PARSE_HUGE flag, which relaxes any hardcoded limit from the parser. This affects
237
- limits like maximum depth of a document or the entity recursion, as well as limits of the
247
+ Sets XML_PARSE_HUGE flag, which relaxes any hardcoded limit from the parser. This affects
248
+ limits like maximum depth of a document or the entity recursion, as well as limits of the
238
249
size of text nodes.
239
250
</simpara >
240
251
<note >
241
252
<para >
242
253
Only available in Libxml > = 2.7.0 (as of PHP > = 5.3.2 and PHP > = 5.2.12)
243
254
</para >
244
- </note >
255
+ </note >
245
256
</listitem >
246
257
</varlistentry >
247
258
<varlistentry xml : id =" constant.libxml-pedantic" >
350
361
<para >
351
362
Only available in Libxml > = 2.6.14 (as of PHP > = 5.5.2)
352
363
</para >
353
- </note >
364
+ </note >
354
365
</listitem >
355
366
</varlistentry >
356
367
</variablelist >
You can’t perform that action at this time.
0 commit comments