1 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
4 |
|
explicitly inherits |urigen:ManakaiURIImplementation| (and |
5 |
|
the |f:ManakaiMinimumImplementation| class inherited |
6 |
|
by it). The |f:Minimum| feature is ever implemented |
7 |
|
for compatibility (but is expected to be removed). |
8 |
|
Internal methods such as |___report_error| are copied from |
9 |
|
obsolete |f:MinimumImplementation| class. DOM3 |
10 |
|
methods |hasFeature| and |getFeature| are also |
11 |
|
moved from that class, but they now support no |
12 |
|
foreign classes. |
13 |
|
|
14 |
|
* DOMFeature.dis (ManakaiImplementationSource): It |
15 |
|
now |p:require|s |Message::Util::AutoLoad::Registry|. |
16 |
|
The class no longer support classes |
17 |
|
other than |ManakaiDOMImplementation|. Note |
18 |
|
that the |ImplementationRegistry| object does continue |
19 |
|
to support foreign classes via foreign classes |
20 |
|
implementing |ImplementationSource| |
21 |
|
or |DOMImplementationSource| interface. |
22 |
|
(MinimumImplementation): Removed. |
23 |
|
|
24 |
|
* DOMLS.dis (ManakaiDOMImplementationLS): It no |
25 |
|
longer inherit the |ManakaiDOMImplementation|; it |
26 |
|
is now expected to be implemented by |DOMImplementation| |
27 |
|
objects. |
28 |
|
|
29 |
|
* DOMMain.dis (null): Removed. |
30 |
|
|
31 |
|
* Document.dis (___create_node_ref): It no |
32 |
|
longer support foreign classes other |
33 |
|
than |Message::DOM::Document::ManakaiDOMDocument|. |
34 |
|
Note that document format specific DOM |
35 |
|
interfaces, if supported, should be |
36 |
|
all instances of the |Document| interface |
37 |
|
in the implementation, as defined |
38 |
|
in the Web Applications 1.0 specification (where |
39 |
|
the |HTMLDocument| interface must be implemented |
40 |
|
by all |Document| objects, even if the |Document| |
41 |
|
contains no HTML element). |
42 |
|
|
43 |
|
* GenericLS.dis (GLSImplementation): It no |
44 |
|
longer inherit the |MinimumImplementation|; it |
45 |
|
is now expected to be implemented by |DOMImplementation| |
46 |
|
objects. |
47 |
|
(createGLSParser, createGLSSerializer): Load |
48 |
|
module implementing parser or serializer |
49 |
|
if necessary. |
50 |
|
|
51 |
|
* Traversal.dis (ManakaiDOMDocumentTraversal): It no |
52 |
|
longer inherits the |ManakaiDOMDocument|; it |
53 |
|
is now expected to be implemented by |Document| |
54 |
|
objects. |
55 |
|
|
56 |
|
* XDP.dis (XDPDocument): It no longer |
57 |
|
inherits the |Document|; it is now expected |
58 |
|
to be implemented by all |Document| objects. |
59 |
|
|
60 |
|
* XDoctype.dis (ManakaiDOMDocumentXDoctype): It no |
61 |
|
longer inherits the |ManakaiDOMDocument|; it |
62 |
|
is now expected to be implemented by |Document| |
63 |
|
objects. |
64 |
|
|
65 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* DOMCore.dis (ManakaiDOMImplementation): No longer |
68 |
|
explicitly inherits |tc:ManakaiDOMImplementationTC|. |
69 |
|
(ManakaiDOMImplementation.AUTOLOAD): New method definition. |
70 |
|
|
71 |
|
* TreeCore.dis (ManakaiDOMImplementationTC): Extends |
72 |
|
the |ManakaiDOMImplementation| class. |
73 |
|
|
74 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* DOMFeature.dis: Definitions for various concepts |
77 |
|
are added. |
78 |
|
|
79 |
|
* GenericLS.dis (GLSImplementation): It no |
80 |
|
longer inherits the |MinimumImplementation|; rather, |
81 |
|
any |ManakaiMinimumImplementation| object also |
82 |
|
implements |GLSImplementation| methods. |
83 |
|
|
84 |
|
* TreeStore.dis (DOMImplementationTreeStore): It no |
85 |
|
longer inherits the |DOMImplementation|; rather, |
86 |
|
any |ManakaiDOMImplementation| object also |
87 |
|
implements |DOMImplementationTreeStore| methods. |
88 |
|
|
89 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* TreeStore.pm: Added to the CVS repository |
92 |
|
to enable for the dis database to contain XML |
93 |
|
fragments. |
94 |
|
|
95 |
|
* Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added. |
96 |
|
|
97 |
|
* TreeStore.dis (Namespace): Namespace URI was incorrect. |
98 |
|
|
99 |
|
2006-06-18 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* Traversal.dis (expandEntityReferences): Syntax was incorrect. |
102 |
|
|
103 |
|
* TreeCore.dis (manakaiReadOnly): Test assertion was incorrect. |
104 |
|
|
105 |
|
* XDP.dis (dtdText): Test assertion was incorrect. |
106 |
|
|
107 |
|
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* XDP.dis (XDPEntityValue.stringify): Don't escape |
110 |
|
any |%|s in |xdp:attr-definition| children. |
111 |
|
|
112 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
115 |
|
name property is added. |
116 |
|
|
117 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* XDP.dis (createXDPIf): New method. |
120 |
|
(XDPIfElement): New interface. |
121 |
|
|
122 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
125 |
|
New methods. |
126 |
|
|
127 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
130 |
|
are added. |
131 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
132 |
|
|
133 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* Traversal.dis (SerialWalker): New interface. |
136 |
|
(manakaiCreateSerialWalker): New method. |
137 |
|
|
138 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
141 |
|
rather than |&{}| dereferencing. |
142 |
|
(acceptNode): Implemented. |
143 |
|
|
144 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* XDP.dis: New module. |
147 |
|
|
148 |
|
* Makefile: |XDP.dis| is added. |
149 |
|
|
150 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
151 |
|
and |OutputProcessor| are added. |
152 |
|
|
153 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
156 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
157 |
|
is added. The |FILTER_REJECT| value is treated |
158 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
159 |
|
rejected subtree as specified in the spec. |
160 |
|
|
161 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
164 |
|
|
165 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
168 |
|
|
169 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* .cvsignore: Updated. |
172 |
|
|
173 |
|
* Traversal.dis: Unused declarations are removed. |
174 |
|
|
175 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* CharacterData.dis (Require): A reference to |
178 |
|
the |MDOM:Traversal| module is added. |
179 |
|
(wholeText): Implemented. |
180 |
|
|
181 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* Makefile: |Traversal.dis| is added. |
184 |
|
|
185 |
|
* Traversal.dis: New module. |
186 |
|
|
187 |
|
* TreeCore.dis (___report_error): Return value was |
188 |
|
not propagated. |
189 |
|
|
190 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* Element.dis (removeAttributeNS): A runtime error |
193 |
|
was occurred if there was no specified attribute node. |
194 |
|
|
195 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
196 |
|
|
197 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
200 |
|
New attributes. |
201 |
|
|
202 |
|
(StaticNodeList): New interface. |
203 |
|
|
204 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
205 |
|
|
206 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
207 |
|
|
208 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
209 |
|
|
210 |
|
* SimpleLS.dis: Reimplemented. |
211 |
|
|
212 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
215 |
|
a qualified name. |
216 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
217 |
|
|
218 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
219 |
|
(normalize): Implemented. |
220 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
221 |
|
class. |
222 |
|
|
223 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
226 |
|
|
227 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
228 |
|
|
229 |
|
* CharacterData.dis (length, insertData, substringData, |
230 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
231 |
|
|
232 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
233 |
|
(c:index): The definition was missing. |
234 |
|
(c:length): New property. |
235 |
|
|
236 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* XMLParser.dis (close): Invoke |close| method |
239 |
|
rather than |close| function. |
240 |
|
|
241 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
243 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
244 |
|
|
245 |
|
* CharacterData.pm: Added to the CVS repository. |
246 |
|
|
247 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
248 |
|
interfaces are removed. |
249 |
|
(Require): A reference to the |MDOM:CharacterData| module |
250 |
|
is added. |
251 |
|
|
252 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
253 |
|
|
254 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
255 |
|
|
256 |
|
* Makefile: |CharacterData.pm| is added. |
257 |
|
|
258 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
259 |
|
|
260 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
261 |
|
module. |
262 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
263 |
|
object. |
264 |
|
(resolveLSInput default implementation): The |byteStream| |
265 |
|
and |encoding| attributes of the |LSInput| interface |
266 |
|
are now supported. |
267 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
268 |
|
(InputFile.inputEncoding): New attribute. |
269 |
|
|
270 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
271 |
|
|
272 |
|
* Document.dis (adoptNode test): Documents were |
273 |
|
made by different documents. |
274 |
|
|
275 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
276 |
|
|
277 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
278 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
279 |
|
|
280 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
283 |
|
are replaced by |disPerl:EXCEPTION|s. |
284 |
|
|
285 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
286 |
|
|
287 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
288 |
|
|
289 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
290 |
|
parameter |cfg:dtd-default-attributes| is renamed |
291 |
|
as |cfg:dtd-default-attribute|. |
292 |
|
(Roles): Definitions are changed so that classes |
293 |
|
that implement those classes MUST implement the |Node| |
294 |
|
and its subinterfaces. |
295 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
296 |
|
|
297 |
|
* Document.dis (adoptNode): Don't throw exception |
298 |
|
if |strictErrorChecking| is |false|. |
299 |
|
|
300 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
301 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
302 |
|
configuration parameter is set to |false|. |
303 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
304 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
305 |
|
configuration parameter is set to |false|. |
306 |
|
|
307 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
308 |
|
|
309 |
|
* TreeStore.dis: New module. |
310 |
|
|
311 |
|
* Makefile: |TreeStore.dis| is added. |
312 |
|
|
313 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
314 |
|
|
315 |
|
* XMLParser.dis: Updated so that it can be used |
316 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
317 |
|
and |XML.pm|. Set the read-only flag to |
318 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
319 |
|
|
320 |
|
* Node.dis (textContent): It did not handle descendant |
321 |
|
element and entity reference nodes. |
322 |
|
|
323 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
324 |
|
definition has been changed to return only explicit |
325 |
|
base URI specification. |
326 |
|
|
327 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
328 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
329 |
|
|
330 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
331 |
|
|
332 |
|
* Tree.pm, DOMXML.pm: Removed. |
333 |
|
|
334 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
335 |
|
to the CVS repository since they are necessary to |
336 |
|
build the dis library. |
337 |
|
|
338 |
|
* Makefile: Sync'ed to new modules disposition. |
339 |
|
|
340 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
341 |
|
|
342 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
343 |
|
removed. For |Element.pm| and |Document.pm| are added. |
344 |
|
|
345 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
346 |
|
|
347 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
348 |
|
|
349 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
350 |
|
|
351 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
352 |
|
for new class information variables. |
353 |
|
(DOMLS:Generic): This old feature name is removed. |
354 |
|
|
355 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
356 |
|
for new class information variables. |
357 |
|
|
358 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
359 |
|
(Document, Element.___create_node_ref): New method |
360 |
|
implementations. |
361 |
|
|
362 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
363 |
|
|
364 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
365 |
|
Reimplemented. |
366 |
|
(isId): Setter is added. |
367 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
368 |
|
module. |
369 |
|
|
370 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
371 |
|
|
372 |
|
* Makefile (clean-db): New rule. |
373 |
|
|
374 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
375 |
|
the user data handler when the node is removed |
376 |
|
from the memory. |
377 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
378 |
|
if DTD attribute definition is available. |
379 |
|
(CharacterData members): Definitions copied from |
380 |
|
the |MDOM:Tree| module. |
381 |
|
|
382 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
383 |
|
|
384 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
385 |
|
|
386 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
387 |
|
class did not implement the |GetFeature| interface. |
388 |
|
(hasFeature): The |+| prefix was not taken into account. |
389 |
|
|
390 |
|
* TreeCore.dis (Node): The class now inherits |
391 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
392 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
393 |
|
interfaces. |
394 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
395 |
|
is supported. |
396 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
397 |
|
(manakaiParentElement): New attribute. |
398 |
|
|
399 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
400 |
|
is removed. |
401 |
|
(lookupPrefix): Old method implementation is removed. |
402 |
|
|
403 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
404 |
|
missing because of the |DISCore:stopISARecursive| property. |
405 |
|
|
406 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
407 |
|
They now pass all tests included in those modules! |
408 |
|
|
409 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
410 |
|
|
411 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
412 |
|
module is added. |
413 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
414 |
|
(ManakaiDOMImplementation): It now inherits |
415 |
|
the |urigen:ManakaiURIImplementation| class and |
416 |
|
implements the |ecore:MUErrorTarget| interface. It no |
417 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
418 |
|
(ManakaiDOMImplementation.___report_error): New method. |
419 |
|
|
420 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
421 |
|
module instead of |Util:ManakaiNode| module. |
422 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
423 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
424 |
|
(ManakaiMinimumImplementation): Now it is built |
425 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
426 |
|
module. |
427 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
428 |
|
(c:implementation): Removed. |
429 |
|
(f:implementation, f:revImplementation): New properties. |
430 |
|
|
431 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
432 |
|
|
433 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
434 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
435 |
|
cfg:strict-document-children): Removed (moved |
436 |
|
to the |MDOM:TreeCore| module). |
437 |
|
|
438 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
439 |
|
module is removed. |
440 |
|
(ManakaiDOMImplementationTC): Some members are removed |
441 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
442 |
|
or the |f:ManakaiMinimumImplementation|. |
443 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
444 |
|
(replaceChildImpl1): A typo on the removing the parent node |
445 |
|
of the old child node is fixed. |
446 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
447 |
|
module). |
448 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
449 |
|
to the |MDOM:DOMFeature| module). |
450 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
451 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
452 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
453 |
|
when the new value is |null|. |
454 |
|
(Attr.___create_node_ref): Attribute name and |
455 |
|
owner element type specific classes are supported (it |
456 |
|
was partially implemented but was incorrect). |
457 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
458 |
|
a node if the |index| is negative. |
459 |
|
(setNamedItem): Various typos are fixed. |
460 |
|
(removeNamedItem): The node was not removed orz |
461 |
|
(cfg:clone-entity-reference-subtree, |
462 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
463 |
|
cfg:strict-document-children): Definitions are moved |
464 |
|
from the |MDOM:Tree| module. Note that the tests for default |
465 |
|
attributes still fail. |
466 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
467 |
|
(Attr): Role name was incorrect. |
468 |
|
|
469 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
470 |
|
not set. |
471 |
|
(AttributeDefinition): Role name was incorrect. |
472 |
|
|
473 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
474 |
|
module is added. |
475 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
476 |
|
implementations. |
477 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
478 |
|
implementations. |
479 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
480 |
|
they are defined as copies of ones in the |Entity| class. |
481 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
482 |
|
namespace unaware attributes. |
483 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
484 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
485 |
|
to namespace aware attributes are added. |
486 |
|
|
487 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
488 |
|
|
489 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
490 |
|
|
491 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
492 |
|
untested). |
493 |
|
(___report_error): Reimplemented (untested). |
494 |
|
(manakaiSetReadOnly): New method. |
495 |
|
(Attr.___create_node_ref): New method (untested). |
496 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
497 |
|
(createEntityReference, cloneNode): Support for |
498 |
|
the |cfg:entity-reference-read-only| configuration |
499 |
|
parameter is removed; newly created entity references |
500 |
|
are always read-only and use the |manakaiSetReadOnly| method |
501 |
|
if desired. |
502 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
503 |
|
|
504 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
505 |
|
the |MDOM:XML| Perl module. |
506 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
507 |
|
the |tc:implementation| internal property if its value |
508 |
|
is provided. The |infoset:content| internal property name |
509 |
|
was incorrect. |
510 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
511 |
|
read-only |NodeList| and |DOMStringList| are added |
512 |
|
for clarification. |
513 |
|
|
514 |
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
515 |
|
|
516 |
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |