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