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