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> |
60 |
|
|
61 |
|
* Document.dis (adoptNode test): Documents were |
62 |
|
made by different documents. |
63 |
|
|
64 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
67 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
68 |
|
|
69 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
72 |
|
are replaced by |disPerl:EXCEPTION|s. |
73 |
|
|
74 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
77 |
|
|
78 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
79 |
|
parameter |cfg:dtd-default-attributes| is renamed |
80 |
|
as |cfg:dtd-default-attribute|. |
81 |
|
(Roles): Definitions are changed so that classes |
82 |
|
that implement those classes MUST implement the |Node| |
83 |
|
and its subinterfaces. |
84 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
85 |
|
|
86 |
|
* Document.dis (adoptNode): Don't throw exception |
87 |
|
if |strictErrorChecking| is |false|. |
88 |
|
|
89 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
90 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
91 |
|
configuration parameter is set to |false|. |
92 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
93 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
94 |
|
configuration parameter is set to |false|. |
95 |
|
|
96 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* TreeStore.dis: New module. |
99 |
|
|
100 |
|
* Makefile: |TreeStore.dis| is added. |
101 |
|
|
102 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* XMLParser.dis: Updated so that it can be used |
105 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
106 |
|
and |XML.pm|. Set the read-only flag to |
107 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
108 |
|
|
109 |
|
* Node.dis (textContent): It did not handle descendant |
110 |
|
element and entity reference nodes. |
111 |
|
|
112 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
113 |
|
definition has been changed to return only explicit |
114 |
|
base URI specification. |
115 |
|
|
116 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
117 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
118 |
|
|
119 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
120 |
|
|
121 |
|
* Tree.pm, DOMXML.pm: Removed. |
122 |
|
|
123 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
124 |
|
to the CVS repository since they are necessary to |
125 |
|
build the dis library. |
126 |
|
|
127 |
|
* Makefile: Sync'ed to new modules disposition. |
128 |
|
|
129 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
132 |
|
removed. For |Element.pm| and |Document.pm| are added. |
133 |
|
|
134 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
135 |
|
|
136 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
137 |
|
|
138 |
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
* DOMFeature.dis (getImplementation, getImplementationList): Support |
* DOMFeature.dis (getImplementation, getImplementationList): Support |