1 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
4 |
|
module. |
5 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
6 |
|
object. |
7 |
|
(resolveLSInput default implementation): The |byteStream| |
8 |
|
and |encoding| attributes of the |LSInput| interface |
9 |
|
are now supported. |
10 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
11 |
|
(InputFile.inputEncoding): New attribute. |
12 |
|
|
13 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Document.dis (adoptNode test): Documents were |
16 |
|
made by different documents. |
17 |
|
|
18 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
21 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
22 |
|
|
23 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
26 |
|
are replaced by |disPerl:EXCEPTION|s. |
27 |
|
|
28 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
31 |
|
|
32 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
33 |
|
parameter |cfg:dtd-default-attributes| is renamed |
34 |
|
as |cfg:dtd-default-attribute|. |
35 |
|
(Roles): Definitions are changed so that classes |
36 |
|
that implement those classes MUST implement the |Node| |
37 |
|
and its subinterfaces. |
38 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
39 |
|
|
40 |
|
* Document.dis (adoptNode): Don't throw exception |
41 |
|
if |strictErrorChecking| is |false|. |
42 |
|
|
43 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
44 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
45 |
|
configuration parameter is set to |false|. |
46 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
47 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
48 |
|
configuration parameter is set to |false|. |
49 |
|
|
50 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* TreeStore.dis: New module. |
53 |
|
|
54 |
|
* Makefile: |TreeStore.dis| is added. |
55 |
|
|
56 |
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
* XMLParser.dis: Updated so that it can be used |
* XMLParser.dis: Updated so that it can be used |