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> |
31 |
|
|
32 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
33 |
|
|
34 |
|
* CharacterData.pm: Added to the CVS repository. |
35 |
|
|
36 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
37 |
|
interfaces are removed. |
38 |
|
(Require): A reference to the |MDOM:CharacterData| module |
39 |
|
is added. |
40 |
|
|
41 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
42 |
|
|
43 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
44 |
|
|
45 |
|
* Makefile: |CharacterData.pm| is added. |
46 |
|
|
47 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
50 |
|
module. |
51 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
52 |
|
object. |
53 |
|
(resolveLSInput default implementation): The |byteStream| |
54 |
|
and |encoding| attributes of the |LSInput| interface |
55 |
|
are now supported. |
56 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
57 |
|
(InputFile.inputEncoding): New attribute. |
58 |
|
|
59 |
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
* Document.dis (adoptNode test): Documents were |
* Document.dis (adoptNode test): Documents were |