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> |
139 |
|
|
140 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
141 |
|
for new class information variables. |
142 |
|
(DOMLS:Generic): This old feature name is removed. |
143 |
|
|
144 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
145 |
|
for new class information variables. |
146 |
|
|
147 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
148 |
|
(Document, Element.___create_node_ref): New method |
149 |
|
implementations. |
150 |
|
|
151 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
154 |
|
Reimplemented. |
155 |
|
(isId): Setter is added. |
156 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
157 |
|
module. |
158 |
|
|
159 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* Makefile (clean-db): New rule. |
162 |
|
|
163 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
164 |
|
the user data handler when the node is removed |
165 |
|
from the memory. |
166 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
167 |
|
if DTD attribute definition is available. |
168 |
|
(CharacterData members): Definitions copied from |
169 |
|
the |MDOM:Tree| module. |
170 |
|
|
171 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
174 |
|
|
175 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
176 |
|
class did not implement the |GetFeature| interface. |
177 |
|
(hasFeature): The |+| prefix was not taken into account. |
178 |
|
|
179 |
|
* TreeCore.dis (Node): The class now inherits |
180 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
181 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
182 |
|
interfaces. |
183 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
184 |
|
is supported. |
185 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
186 |
|
(manakaiParentElement): New attribute. |
187 |
|
|
188 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
189 |
|
is removed. |
190 |
|
(lookupPrefix): Old method implementation is removed. |
191 |
|
|
192 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
193 |
|
missing because of the |DISCore:stopISARecursive| property. |
194 |
|
|
195 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
196 |
|
They now pass all tests included in those modules! |
197 |
|
|
198 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
201 |
|
module is added. |
202 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
203 |
|
(ManakaiDOMImplementation): It now inherits |
204 |
|
the |urigen:ManakaiURIImplementation| class and |
205 |
|
implements the |ecore:MUErrorTarget| interface. It no |
206 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
207 |
|
(ManakaiDOMImplementation.___report_error): New method. |
208 |
|
|
209 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
210 |
|
module instead of |Util:ManakaiNode| module. |
211 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
212 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
213 |
|
(ManakaiMinimumImplementation): Now it is built |
214 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
215 |
|
module. |
216 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
217 |
|
(c:implementation): Removed. |
218 |
|
(f:implementation, f:revImplementation): New properties. |
219 |
|
|
220 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
221 |
|
|
222 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
223 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
224 |
|
cfg:strict-document-children): Removed (moved |
225 |
|
to the |MDOM:TreeCore| module). |
226 |
|
|
227 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
228 |
|
module is removed. |
229 |
|
(ManakaiDOMImplementationTC): Some members are removed |
230 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
231 |
|
or the |f:ManakaiMinimumImplementation|. |
232 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
233 |
|
(replaceChildImpl1): A typo on the removing the parent node |
234 |
|
of the old child node is fixed. |
235 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
236 |
|
module). |
237 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
238 |
|
to the |MDOM:DOMFeature| module). |
239 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
240 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
241 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
242 |
|
when the new value is |null|. |
243 |
|
(Attr.___create_node_ref): Attribute name and |
244 |
|
owner element type specific classes are supported (it |
245 |
|
was partially implemented but was incorrect). |
246 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
247 |
|
a node if the |index| is negative. |
248 |
|
(setNamedItem): Various typos are fixed. |
249 |
|
(removeNamedItem): The node was not removed orz |
250 |
|
(cfg:clone-entity-reference-subtree, |
251 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
252 |
|
cfg:strict-document-children): Definitions are moved |
253 |
|
from the |MDOM:Tree| module. Note that the tests for default |
254 |
|
attributes still fail. |
255 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
256 |
|
(Attr): Role name was incorrect. |
257 |
|
|
258 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
259 |
|
not set. |
260 |
|
(AttributeDefinition): Role name was incorrect. |
261 |
|
|
262 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
263 |
|
module is added. |
264 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
265 |
|
implementations. |
266 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
267 |
|
implementations. |
268 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
269 |
|
they are defined as copies of ones in the |Entity| class. |
270 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
271 |
|
namespace unaware attributes. |
272 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
273 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
274 |
|
to namespace aware attributes are added. |
275 |
|
|
276 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
277 |
|
|
278 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
279 |
|
|
280 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
281 |
|
untested). |
282 |
|
(___report_error): Reimplemented (untested). |
283 |
|
(manakaiSetReadOnly): New method. |
284 |
|
(Attr.___create_node_ref): New method (untested). |
285 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
286 |
|
(createEntityReference, cloneNode): Support for |
287 |
|
the |cfg:entity-reference-read-only| configuration |
288 |
|
parameter is removed; newly created entity references |
289 |
|
are always read-only and use the |manakaiSetReadOnly| method |
290 |
|
if desired. |
291 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
292 |
|
|
293 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
294 |
|
the |MDOM:XML| Perl module. |
295 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
296 |
|
the |tc:implementation| internal property if its value |
297 |
|
is provided. The |infoset:content| internal property name |
298 |
|
was incorrect. |
299 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
300 |
|
read-only |NodeList| and |DOMStringList| are added |
301 |
|
for clarification. |
302 |
|
|
303 |
|
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
304 |
|
|
305 |
|
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
306 |
|
module is added. |
307 |
|
(DOMStringList): Reimplemented for new |d:AttributeDefinition| |
308 |
|
implementation (untested). |
309 |
|
|
310 |
|
* TreeCore.dis (baseURI): Reimplemented (untested). |
311 |
|
(Roles): Definitions added. |
312 |
|
|
313 |
|
* XDoctype.dis (Require): References to the |MDOM:TreeCore| |
314 |
|
and |MDOM:XML| modules are added. Reference to the |MDOM:Tree| |
315 |
|
module is removed. |
316 |
|
(DocumentXDoctype): Reimplemented (untested). |
317 |
|
(DocumentTypeDefinition, DocumentTypeDeclaration): |
318 |
|
Reimlemented (untested). |
319 |
|
(ElementTypeDefinition, AttributeDefinition): Reimplemented (untested). |
320 |
|
|
321 |
|
* XML.dis (FeatureDef): New features (definitions copied |
322 |
|
from the |MDOM:DOMXML| module). |
323 |
|
(DocumentType): New interface (definition copied from |
324 |
|
the |MDOM:DOMXML| module). |
325 |
|
(CDATASection, Notation, Entity, EntityReference, ProcessingInstruction): |
326 |
|
Reimplemented (untested). |
327 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested). |
328 |
|
|
329 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
330 |
|
|
331 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
332 |
|
|
333 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
334 |
|
|
335 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
336 |
|
(Text, DocumentFragment, Comment): Most members are |
337 |
|
reimplemented (untested). |
338 |
|
|
339 |
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
340 |
|
|
341 |
* DOMMain.dis (checkXMLNamesQName): Some checks are |
* DOMMain.dis (checkXMLNamesQName): Some checks are |