1 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
4 |
|
|
5 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* CharacterData.dis (length, insertData, substringData, |
8 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
9 |
|
|
10 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
11 |
|
(c:index): The definition was missing. |
12 |
|
(c:length): New property. |
13 |
|
|
14 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* XMLParser.dis (close): Invoke |close| method |
17 |
|
rather than |close| function. |
18 |
|
|
19 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
22 |
|
|
23 |
|
* CharacterData.pm: Added to the CVS repository. |
24 |
|
|
25 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
26 |
|
interfaces are removed. |
27 |
|
(Require): A reference to the |MDOM:CharacterData| module |
28 |
|
is added. |
29 |
|
|
30 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
31 |
|
|
32 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
33 |
|
|
34 |
|
* Makefile: |CharacterData.pm| is added. |
35 |
|
|
36 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
39 |
|
module. |
40 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
41 |
|
object. |
42 |
|
(resolveLSInput default implementation): The |byteStream| |
43 |
|
and |encoding| attributes of the |LSInput| interface |
44 |
|
are now supported. |
45 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
46 |
|
(InputFile.inputEncoding): New attribute. |
47 |
|
|
48 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Document.dis (adoptNode test): Documents were |
51 |
|
made by different documents. |
52 |
|
|
53 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
56 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
57 |
|
|
58 |
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
* TreeCore.dis: The |DOMMain:raiseException| elements |
* TreeCore.dis: The |DOMMain:raiseException| elements |