1 |
|
2005-11-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error): |
4 |
|
New methods. |
5 |
|
|
6 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| |
9 |
|
blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks. |
10 |
|
|
11 |
|
* DOMMain.dis (___report_error): Throws the error unkess |
12 |
|
it is a |DOMCore:DOMError| object. |
13 |
|
|
14 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* DOMCore.dis (severity, type): Getters return value from |
17 |
|
the definition of the current error (i.e. |-def| hash). |
18 |
|
(___error_def): New method. |
19 |
|
(errorType): |dis:dataType| changed to |DISCore:TFQNames| |
20 |
|
to ease natural reference to constant value. |
21 |
|
(error-handler.default): Prints the error message by |warn|. |
22 |
|
|
23 |
|
* Tree.dis (nodeValue.set): Reimplemented so that it |
24 |
|
warns as setting has no effect. |
25 |
|
(___report_error): New method. (It had been only implemented |
26 |
|
in superclass.) |
27 |
|
(setting-node-value-no-effect): New error type. |
28 |
|
|
29 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
* DOMCore.dis: Error codes added. |
* DOMCore.dis: Error codes added. |