1 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
4 |
|
a qualified name. |
5 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
6 |
|
|
7 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
8 |
|
(normalize): Implemented. |
9 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
10 |
|
class. |
11 |
|
|
12 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
15 |
|
|
16 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* CharacterData.dis (length, insertData, substringData, |
19 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
20 |
|
|
21 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
22 |
|
(c:index): The definition was missing. |
23 |
|
(c:length): New property. |
24 |
|
|
25 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* XMLParser.dis (close): Invoke |close| method |
28 |
|
rather than |close| function. |
29 |
|
|
30 |
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
* CharacterData.dis: New module split from |TreeCore.dis|. |
* CharacterData.dis: New module split from |TreeCore.dis|. |