|
251 | 251 | </row> |
252 | 252 | </thead> |
253 | 253 | <tbody> |
254 | | - <row xml:id="constant.dom-html-no-default-ns"> |
| 254 | + <row xml:id="constant.-dom-html-no-default-ns"> |
255 | 255 | <entry> |
256 | 256 | <constant>Dom\HTML_NO_DEFAULT_NS</constant> |
257 | 257 | (<type>int</type>) |
|
287 | 287 | </row> |
288 | 288 | </thead> |
289 | 289 | <tbody> |
290 | | - <row xml:id="constant.dom-php-err"> |
| 290 | + <row xml:id="constant.-dom-php-err"> |
291 | 291 | <entry> |
292 | 292 | <constant>DOM_PHP_ERR</constant> |
293 | 293 | (<type>int</type>) |
|
300 | 300 | out-of-memory situations. |
301 | 301 | </entry> |
302 | 302 | </row> |
| 303 | + <row xml:id="constant.-dom-index-size-err"> |
| 304 | + <entry> |
| 305 | + <constant>DOM_INDEX_SIZE_ERR</constant> |
| 306 | + (<type>int</type>) |
| 307 | + </entry> |
| 308 | + <entry>1</entry> |
| 309 | + <entry> |
| 310 | + If index or size is negative, or greater than the allowed value. |
| 311 | + </entry> |
| 312 | + </row> |
303 | 313 | <row xml:id="constant.dom-index-size-err"> |
304 | 314 | <entry> |
305 | | - <constant>DOM_INDEX_SIZE_ERR</constant> / <constant>Dom\INDEX_SIZE_ERR</constant> |
| 315 | + <constant>Dom\INDEX_SIZE_ERR</constant> |
306 | 316 | (<type>int</type>) |
307 | 317 | </entry> |
308 | 318 | <entry>1</entry> |
|
312 | 322 | </row> |
313 | 323 | <row xml:id="constant.domstring-size-err"> |
314 | 324 | <entry> |
315 | | - <constant>DOMSTRING_SIZE_ERR</constant> / <constant>Dom\STRING_SIZE_ERR</constant> |
| 325 | + <constant>DOMSTRING_SIZE_ERR</constant> |
| 326 | + (<type>int</type>) |
| 327 | + </entry> |
| 328 | + <entry>2</entry> |
| 329 | + <entry> |
| 330 | + If the specified range of text does not fit into a |
| 331 | + <type>string</type>. |
| 332 | + </entry> |
| 333 | + </row> |
| 334 | + <row xml:id="constant.-dom-string-size-err"> |
| 335 | + <entry> |
| 336 | + <constant>Dom\STRING_SIZE_ERR</constant> |
316 | 337 | (<type>int</type>) |
317 | 338 | </entry> |
318 | 339 | <entry>2</entry> |
|
321 | 342 | <type>string</type>. |
322 | 343 | </entry> |
323 | 344 | </row> |
| 345 | + <row xml:id="constant.-dom-hierarchy-request-err"> |
| 346 | + <entry> |
| 347 | + <constant>DOM_HIERARCHY_REQUEST_ERR</constant> |
| 348 | + (<type>int</type>) |
| 349 | + </entry> |
| 350 | + <entry>3</entry> |
| 351 | + <entry>If any node is inserted somewhere it doesn't belong</entry> |
| 352 | + </row> |
324 | 353 | <row xml:id="constant.dom-hierarchy-request-err"> |
325 | 354 | <entry> |
326 | | - <constant>DOM_HIERARCHY_REQUEST_ERR</constant> / <constant>Dom\HIERARCHY_REQUEST_ERR</constant> |
| 355 | + <constant>Dom\HIERARCHY_REQUEST_ERR</constant> |
327 | 356 | (<type>int</type>) |
328 | 357 | </entry> |
329 | 358 | <entry>3</entry> |
330 | 359 | <entry>If any node is inserted somewhere it doesn't belong</entry> |
331 | 360 | </row> |
| 361 | + <row xml:id="constant.-dom-wrong-document-err"> |
| 362 | + <entry> |
| 363 | + <constant>DOM_WRONG_DOCUMENT_ERR</constant> |
| 364 | + (<type>int</type>) |
| 365 | + </entry> |
| 366 | + <entry>4</entry> |
| 367 | + <entry> |
| 368 | + If a node is used in a different document than the one that created it. |
| 369 | + </entry> |
| 370 | + </row> |
332 | 371 | <row xml:id="constant.dom-wrong-document-err"> |
333 | 372 | <entry> |
334 | | - <constant>DOM_WRONG_DOCUMENT_ERR</constant> / <constant>Dom\WRONG_DOCUMENT_ERR</constant> |
| 373 | + <constant>Dom\WRONG_DOCUMENT_ERR</constant> |
335 | 374 | (<type>int</type>) |
336 | 375 | </entry> |
337 | 376 | <entry>4</entry> |
338 | 377 | <entry> |
339 | 378 | If a node is used in a different document than the one that created it. |
340 | 379 | </entry> |
341 | 380 | </row> |
| 381 | + <row xml:id="constant.-dom-invalid-character-err"> |
| 382 | + <entry> |
| 383 | + <constant>DOM_INVALID_CHARACTER_ERR</constant> |
| 384 | + (<type>int</type>) |
| 385 | + </entry> |
| 386 | + <entry>5</entry> |
| 387 | + <entry> |
| 388 | + If an invalid or illegal character is specified, such as in a name. |
| 389 | + </entry> |
| 390 | + </row> |
342 | 391 | <row xml:id="constant.dom-invalid-character-err"> |
343 | 392 | <entry> |
344 | | - <constant>DOM_INVALID_CHARACTER_ERR</constant> / <constant>Dom\INVALID_CHARACTER_ERR</constant> |
| 393 | + <constant>Dom\INVALID_CHARACTER_ERR</constant> |
345 | 394 | (<type>int</type>) |
346 | 395 | </entry> |
347 | 396 | <entry>5</entry> |
348 | 397 | <entry> |
349 | 398 | If an invalid or illegal character is specified, such as in a name. |
350 | 399 | </entry> |
351 | 400 | </row> |
| 401 | + <row xml:id="constant.-dom-no-data-allowed-err"> |
| 402 | + <entry> |
| 403 | + <constant>DOM_NO_DATA_ALLOWED_ERR</constant> |
| 404 | + (<type>int</type>) |
| 405 | + </entry> |
| 406 | + <entry>6</entry> |
| 407 | + <entry> |
| 408 | + If data is specified for a node which does not support data. |
| 409 | + </entry> |
| 410 | + </row> |
352 | 411 | <row xml:id="constant.dom-no-data-allowed-err"> |
353 | 412 | <entry> |
354 | | - <constant>DOM_NO_DATA_ALLOWED_ERR</constant> / <constant>Dom\NO_DATA_ALLOWED_ERR</constant> |
| 413 | + <constant>Dom\NO_DATA_ALLOWED_ERR</constant> |
355 | 414 | (<type>int</type>) |
356 | 415 | </entry> |
357 | 416 | <entry>6</entry> |
358 | 417 | <entry> |
359 | 418 | If data is specified for a node which does not support data. |
360 | 419 | </entry> |
361 | 420 | </row> |
| 421 | + <row xml:id="constant.-dom-no-modification-allowed-err"> |
| 422 | + <entry> |
| 423 | + <constant>DOM_NO_MODIFICATION_ALLOWED_ERR</constant> |
| 424 | + (<type>int</type>) |
| 425 | + </entry> |
| 426 | + <entry>7</entry> |
| 427 | + <entry> |
| 428 | + If an attempt is made to modify an object where modifications are not allowed. |
| 429 | + </entry> |
| 430 | + </row> |
362 | 431 | <row xml:id="constant.dom-no-modification-allowed-err"> |
363 | 432 | <entry> |
364 | | - <constant>DOM_NO_MODIFICATION_ALLOWED_ERR</constant> / <constant>Dom\NO_MODIFICATION_ALLOWED_ERR</constant> |
| 433 | + <constant>Dom\NO_MODIFICATION_ALLOWED_ERR</constant> |
365 | 434 | (<type>int</type>) |
366 | 435 | </entry> |
367 | 436 | <entry>7</entry> |
368 | 437 | <entry> |
369 | 438 | If an attempt is made to modify an object where modifications are not allowed. |
370 | 439 | </entry> |
371 | 440 | </row> |
| 441 | + <row xml:id="constant.-dom-not-found-err"> |
| 442 | + <entry> |
| 443 | + <constant>DOM_NOT_FOUND_ERR</constant> |
| 444 | + (<type>int</type>) |
| 445 | + </entry> |
| 446 | + <entry>8</entry> |
| 447 | + <entry> |
| 448 | + If an attempt is made to reference a node in a context where it does not exist. |
| 449 | + </entry> |
| 450 | + </row> |
372 | 451 | <row xml:id="constant.dom-not-found-err"> |
373 | 452 | <entry> |
374 | | - <constant>DOM_NOT_FOUND_ERR</constant> / <constant>Dom\NOT_FOUND_ERR</constant> |
| 453 | + <constant>Dom\NOT_FOUND_ERR</constant> |
375 | 454 | (<type>int</type>) |
376 | 455 | </entry> |
377 | 456 | <entry>8</entry> |
378 | 457 | <entry> |
379 | 458 | If an attempt is made to reference a node in a context where it does not exist. |
380 | 459 | </entry> |
381 | 460 | </row> |
| 461 | + <row xml:id="constant.-dom-not-supported-err"> |
| 462 | + <entry> |
| 463 | + <constant>DOM_NOT_SUPPORTED_ERR</constant> |
| 464 | + (<type>int</type>) |
| 465 | + </entry> |
| 466 | + <entry>9</entry> |
| 467 | + <entry> |
| 468 | + If the implementation does not support the requested type of object or operation. |
| 469 | + </entry> |
| 470 | + </row> |
382 | 471 | <row xml:id="constant.dom-not-supported-err"> |
383 | 472 | <entry> |
384 | | - <constant>DOM_NOT_SUPPORTED_ERR</constant> / <constant>Dom\NOT_SUPPORTED_ERR</constant> |
| 473 | + <constant>Dom\NOT_SUPPORTED_ERR</constant> |
385 | 474 | (<type>int</type>) |
386 | 475 | </entry> |
387 | 476 | <entry>9</entry> |
388 | 477 | <entry> |
389 | 478 | If the implementation does not support the requested type of object or operation. |
390 | 479 | </entry> |
391 | 480 | </row> |
| 481 | + <row xml:id="constant.-dom-inuse-attribute-err"> |
| 482 | + <entry> |
| 483 | + <constant>DOM_INUSE_ATTRIBUTE_ERR</constant> |
| 484 | + (<type>int</type>) |
| 485 | + </entry> |
| 486 | + <entry>10</entry> |
| 487 | + <entry> |
| 488 | + If an attempt is made to add an attribute that is already in use elsewhere. |
| 489 | + </entry> |
| 490 | + </row> |
392 | 491 | <row xml:id="constant.dom-inuse-attribute-err"> |
393 | 492 | <entry> |
394 | | - <constant>DOM_INUSE_ATTRIBUTE_ERR</constant> / <constant>Dom\INUSE_ATTRIBUTE_ERR</constant> |
| 493 | + <constant>Dom\INUSE_ATTRIBUTE_ERR</constant> |
395 | 494 | (<type>int</type>) |
396 | 495 | </entry> |
397 | 496 | <entry>10</entry> |
398 | 497 | <entry> |
399 | 498 | If an attempt is made to add an attribute that is already in use elsewhere. |
400 | 499 | </entry> |
401 | 500 | </row> |
| 501 | + <row xml:id="constant.-dom-invalid-state-err"> |
| 502 | + <entry> |
| 503 | + <constant>DOM_INVALID_STATE_ERR</constant> |
| 504 | + (<type>int</type>) |
| 505 | + </entry> |
| 506 | + <entry>11</entry> |
| 507 | + <entry> |
| 508 | + If an attempt is made to use an object that is not, or is no longer, usable. |
| 509 | + </entry> |
| 510 | + </row> |
402 | 511 | <row xml:id="constant.dom-invalid-state-err"> |
403 | 512 | <entry> |
404 | | - <constant>DOM_INVALID_STATE_ERR</constant> / <constant>Dom\INVALID_STATE_ERR</constant> |
| 513 | + <constant>Dom\INVALID_STATE_ERR</constant> |
405 | 514 | (<type>int</type>) |
406 | 515 | </entry> |
407 | 516 | <entry>11</entry> |
408 | 517 | <entry> |
409 | 518 | If an attempt is made to use an object that is not, or is no longer, usable. |
410 | 519 | </entry> |
411 | 520 | </row> |
| 521 | + <row xml:id="constant.-dom-syntax-err"> |
| 522 | + <entry> |
| 523 | + <constant>DOM_SYNTAX_ERR</constant> |
| 524 | + (<type>int</type>) |
| 525 | + </entry> |
| 526 | + <entry>12</entry> |
| 527 | + <entry>If an invalid or illegal string is specified.</entry> |
| 528 | + </row> |
412 | 529 | <row xml:id="constant.dom-syntax-err"> |
413 | 530 | <entry> |
414 | | - <constant>DOM_SYNTAX_ERR</constant> / <constant>Dom\SYNTAX_ERR</constant> |
| 531 | + <constant>Dom\SYNTAX_ERR</constant> |
415 | 532 | (<type>int</type>) |
416 | 533 | </entry> |
417 | 534 | <entry>12</entry> |
418 | 535 | <entry>If an invalid or illegal string is specified.</entry> |
419 | 536 | </row> |
| 537 | + <row xml:id="constant.-dom-invalid-modification-err"> |
| 538 | + <entry> |
| 539 | + <constant>DOM_INVALID_MODIFICATION_ERR</constant> |
| 540 | + (<type>int</type>) |
| 541 | + </entry> |
| 542 | + <entry>13</entry> |
| 543 | + <entry>If an attempt is made to modify the type of the underlying object.</entry> |
| 544 | + </row> |
420 | 545 | <row xml:id="constant.dom-invalid-modification-err"> |
421 | 546 | <entry> |
422 | | - <constant>DOM_INVALID_MODIFICATION_ERR</constant> / <constant>Dom\INVALID_MODIFICATION_ERR</constant> |
| 547 | + <constant>Dom\INVALID_MODIFICATION_ERR</constant> |
423 | 548 | (<type>int</type>) |
424 | 549 | </entry> |
425 | 550 | <entry>13</entry> |
426 | 551 | <entry>If an attempt is made to modify the type of the underlying object.</entry> |
427 | 552 | </row> |
| 553 | + <row xml:id="constant.-dom-namespace-err"> |
| 554 | + <entry> |
| 555 | + <constant>DOM_NAMESPACE_ERR</constant> |
| 556 | + (<type>int</type>) |
| 557 | + </entry> |
| 558 | + <entry>14</entry> |
| 559 | + <entry> |
| 560 | + If an attempt is made to create or change an object in a way which is |
| 561 | + incorrect with regard to namespaces. |
| 562 | + </entry> |
| 563 | + </row> |
428 | 564 | <row xml:id="constant.dom-namespace-err"> |
429 | 565 | <entry> |
430 | | - <constant>DOM_NAMESPACE_ERR</constant> / <constant>Dom\NAMESPACE_ERR</constant> |
| 566 | + <constant>Dom\NAMESPACE_ERR</constant> |
431 | 567 | (<type>int</type>) |
432 | 568 | </entry> |
433 | 569 | <entry>14</entry> |
|
436 | 572 | incorrect with regard to namespaces. |
437 | 573 | </entry> |
438 | 574 | </row> |
| 575 | + <row xml:id="constant.-dom-invalid-access-err"> |
| 576 | + <entry> |
| 577 | + <constant>DOM_INVALID_ACCESS_ERR</constant> |
| 578 | + (<type>int</type>) |
| 579 | + </entry> |
| 580 | + <entry>15</entry> |
| 581 | + <entry> |
| 582 | + If a parameter or an operation is not supported by the underlying object. |
| 583 | + </entry> |
| 584 | + </row> |
439 | 585 | <row xml:id="constant.dom-invalid-access-err"> |
440 | 586 | <entry> |
441 | | - <constant>DOM_INVALID_ACCESS_ERR</constant> / <constant>Dom\INVALID_ACCESS_ERR</constant> |
| 587 | + <constant>Dom\INVALID_ACCESS_ERR</constant> |
442 | 588 | (<type>int</type>) |
443 | 589 | </entry> |
444 | 590 | <entry>15</entry> |
445 | 591 | <entry> |
446 | 592 | If a parameter or an operation is not supported by the underlying object. |
447 | 593 | </entry> |
448 | 594 | </row> |
| 595 | + <row xml:id="constant.-dom-validation-err"> |
| 596 | + <entry> |
| 597 | + <constant>DOM_VALIDATION_ERR</constant> |
| 598 | + (<type>int</type>) |
| 599 | + </entry> |
| 600 | + <entry>16</entry> |
| 601 | + <entry> |
| 602 | + If a call to a method such as insertBefore or removeChild would make the Node |
| 603 | + invalid with respect to "partial validity", this exception would be raised and |
| 604 | + the operation would not be done. |
| 605 | + </entry> |
| 606 | + </row> |
| 607 | + |
449 | 608 | <row xml:id="constant.dom-validation-err"> |
450 | 609 | <entry> |
451 | | - <constant>DOM_VALIDATION_ERR</constant> / <constant>Dom\VALIDATION_ERR</constant> |
| 610 | + <constant>Dom\VALIDATION_ERR</constant> |
452 | 611 | (<type>int</type>) |
453 | 612 | </entry> |
454 | 613 | <entry>16</entry> |
|
0 commit comments