1 |
|
2006-05-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XDP.dis (XDPEntityValue.stringify): Don't escape |
4 |
|
any |%|s in |xdp:attr-definition| children. |
5 |
|
|
6 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
9 |
|
name property is added. |
10 |
|
|
11 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* XDP.dis (createXDPIf): New method. |
14 |
|
(XDPIfElement): New interface. |
15 |
|
|
16 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
19 |
|
New methods. |
20 |
|
|
21 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
24 |
|
are added. |
25 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
26 |
|
|
27 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* Traversal.dis (SerialWalker): New interface. |
30 |
|
(manakaiCreateSerialWalker): New method. |
31 |
|
|
32 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
35 |
|
rather than |&{}| dereferencing. |
36 |
|
(acceptNode): Implemented. |
37 |
|
|
38 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* XDP.dis: New module. |
41 |
|
|
42 |
|
* Makefile: |XDP.dis| is added. |
43 |
|
|
44 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
45 |
|
and |OutputProcessor| are added. |
46 |
|
|
47 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
50 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
51 |
|
is added. The |FILTER_REJECT| value is treated |
52 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
53 |
|
rejected subtree as specified in the spec. |
54 |
|
|
55 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
58 |
|
|
59 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
62 |
|
|
63 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* .cvsignore: Updated. |
66 |
|
|
67 |
|
* Traversal.dis: Unused declarations are removed. |
68 |
|
|
69 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* CharacterData.dis (Require): A reference to |
72 |
|
the |MDOM:Traversal| module is added. |
73 |
|
(wholeText): Implemented. |
74 |
|
|
75 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* Makefile: |Traversal.dis| is added. |
78 |
|
|
79 |
|
* Traversal.dis: New module. |
80 |
|
|
81 |
|
* TreeCore.dis (___report_error): Return value was |
82 |
|
not propagated. |
83 |
|
|
84 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* Element.dis (removeAttributeNS): A runtime error |
87 |
|
was occurred if there was no specified attribute node. |
88 |
|
|
89 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
90 |
|
|
91 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
94 |
|
New attributes. |
95 |
|
|
96 |
|
(StaticNodeList): New interface. |
97 |
|
|
98 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
101 |
|
|
102 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* SimpleLS.dis: Reimplemented. |
105 |
|
|
106 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
109 |
|
a qualified name. |
110 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
111 |
|
|
112 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
113 |
|
(normalize): Implemented. |
114 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
115 |
|
class. |
116 |
|
|
117 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
120 |
|
|
121 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* CharacterData.dis (length, insertData, substringData, |
124 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
125 |
|
|
126 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
127 |
|
(c:index): The definition was missing. |
128 |
|
(c:length): New property. |
129 |
|
|
130 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* XMLParser.dis (close): Invoke |close| method |
133 |
|
rather than |close| function. |
134 |
|
|
135 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
138 |
|
|
139 |
|
* CharacterData.pm: Added to the CVS repository. |
140 |
|
|
141 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
142 |
|
interfaces are removed. |
143 |
|
(Require): A reference to the |MDOM:CharacterData| module |
144 |
|
is added. |
145 |
|
|
146 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
147 |
|
|
148 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
149 |
|
|
150 |
|
* Makefile: |CharacterData.pm| is added. |
151 |
|
|
152 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
155 |
|
module. |
156 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
157 |
|
object. |
158 |
|
(resolveLSInput default implementation): The |byteStream| |
159 |
|
and |encoding| attributes of the |LSInput| interface |
160 |
|
are now supported. |
161 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
162 |
|
(InputFile.inputEncoding): New attribute. |
163 |
|
|
164 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* Document.dis (adoptNode test): Documents were |
167 |
|
made by different documents. |
168 |
|
|
169 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
|
* XMLParser.dis: The |cfg:dtd-default-attributes| configuration |
172 |
|
parameter is changed to |cfg:dtd-default-attribute|. |
173 |
|
|
174 |
|
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* TreeCore.dis: The |DOMMain:raiseException| elements |
177 |
|
are replaced by |disPerl:EXCEPTION|s. |
178 |
|
|
179 |
|
2006-04-03 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* DOMMain.dis (GetPropNode, CheckReadOnly): Removed. |
182 |
|
|
183 |
|
* Node.dis (cfg:dtd-default-attribute): The configuration |
184 |
|
parameter |cfg:dtd-default-attributes| is renamed |
185 |
|
as |cfg:dtd-default-attribute|. |
186 |
|
(Roles): Definitions are changed so that classes |
187 |
|
that implement those classes MUST implement the |Node| |
188 |
|
and its subinterfaces. |
189 |
|
(cfg:dtd-attribute-type): New configuration parameter. |
190 |
|
|
191 |
|
* Document.dis (adoptNode): Don't throw exception |
192 |
|
if |strictErrorChecking| is |false|. |
193 |
|
|
194 |
|
* Element.dis (setAttribute, setAttributeNS): Don't |
195 |
|
set [attribute type] if the |cfg:dtd-attribute-type| |
196 |
|
configuration parameter is set to |false|. |
197 |
|
(removeAttribute, removeAttributeNS, removeAttributeNode): Don't |
198 |
|
regenerate default attribute nodes if the |cfg:dtd-default-attribute| |
199 |
|
configuration parameter is set to |false|. |
200 |
|
|
201 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
203 |
|
* TreeStore.dis: New module. |
204 |
|
|
205 |
|
* Makefile: |TreeStore.dis| is added. |
206 |
|
|
207 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* XMLParser.dis: Updated so that it can be used |
210 |
|
with |TreeCore.pm|, |Document.pm|, |Element.pm|, |
211 |
|
and |XML.pm|. Set the read-only flag to |
212 |
|
the |DocumentType|, |Entity|, and |EntityReference| noes. |
213 |
|
|
214 |
|
* Node.dis (textContent): It did not handle descendant |
215 |
|
element and entity reference nodes. |
216 |
|
|
217 |
|
* Element.dis, XML.dis (manakaiBaseURI.get): Its |
218 |
|
definition has been changed to return only explicit |
219 |
|
base URI specification. |
220 |
|
|
221 |
|
* DOMLS.dis (LSInput, LSOutput): They no longer |
222 |
|
inherits the |ManakaiDOM:ManakaiDOMObject| class. |
223 |
|
|
224 |
|
* Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. |
225 |
|
|
226 |
|
* Tree.pm, DOMXML.pm: Removed. |
227 |
|
|
228 |
|
* TreeCore.pm, Document.pm, Element.pm: Added |
229 |
|
to the CVS repository since they are necessary to |
230 |
|
build the dis library. |
231 |
|
|
232 |
|
* Makefile: Sync'ed to new modules disposition. |
233 |
|
|
234 |
|
2006-04-02 Wakaba <wakaba@suika.fam.cx> |
235 |
|
|
236 |
|
* Makefile: Rules for |Tree.pm| and |DOMXML.pm| are |
237 |
|
removed. For |Element.pm| and |Document.pm| are added. |
238 |
|
|
239 |
|
* Document.dis, Element.dis: New module split from |TreeCore.dis|. |
240 |
|
|
241 |
|
* TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed. |
242 |
|
|
243 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
244 |
|
|
245 |
|
* DOMFeature.dis (getImplementation, getImplementationList): Support |
246 |
|
for new class information variables. |
247 |
|
(DOMLS:Generic): This old feature name is removed. |
248 |
|
|
249 |
|
* GenericLS.dis (createGLSParser, createGLSSerializer): Support |
250 |
|
for new class information variables. |
251 |
|
|
252 |
|
* TreeCore.dis (manakaiExpandedURI): New attribute. |
253 |
|
(Document, Element.___create_node_ref): New method |
254 |
|
implementations. |
255 |
|
|
256 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
258 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
259 |
|
Reimplemented. |
260 |
|
(isId): Setter is added. |
261 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
262 |
|
module. |
263 |
|
|
264 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* Makefile (clean-db): New rule. |
267 |
|
|
268 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
269 |
|
the user data handler when the node is removed |
270 |
|
from the memory. |
271 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
272 |
|
if DTD attribute definition is available. |
273 |
|
(CharacterData members): Definitions copied from |
274 |
|
the |MDOM:Tree| module. |
275 |
|
|
276 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
277 |
|
|
278 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
279 |
|
|
280 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
281 |
|
class did not implement the |GetFeature| interface. |
282 |
|
(hasFeature): The |+| prefix was not taken into account. |
283 |
|
|
284 |
|
* TreeCore.dis (Node): The class now inherits |
285 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
286 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
287 |
|
interfaces. |
288 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
289 |
|
is supported. |
290 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
291 |
|
(manakaiParentElement): New attribute. |
292 |
|
|
293 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
294 |
|
is removed. |
295 |
|
(lookupPrefix): Old method implementation is removed. |
296 |
|
|
297 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
298 |
|
missing because of the |DISCore:stopISARecursive| property. |
299 |
|
|
300 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
301 |
|
They now pass all tests included in those modules! |
302 |
|
|
303 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
304 |
|
|
305 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
306 |
|
module is added. |
307 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
308 |
|
(ManakaiDOMImplementation): It now inherits |
309 |
|
the |urigen:ManakaiURIImplementation| class and |
310 |
|
implements the |ecore:MUErrorTarget| interface. It no |
311 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
312 |
|
(ManakaiDOMImplementation.___report_error): New method. |
313 |
|
|
314 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
315 |
|
module instead of |Util:ManakaiNode| module. |
316 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
317 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
318 |
|
(ManakaiMinimumImplementation): Now it is built |
319 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
320 |
|
module. |
321 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
322 |
|
(c:implementation): Removed. |
323 |
|
(f:implementation, f:revImplementation): New properties. |
324 |
|
|
325 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
326 |
|
|
327 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
328 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
329 |
|
cfg:strict-document-children): Removed (moved |
330 |
|
to the |MDOM:TreeCore| module). |
331 |
|
|
332 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
333 |
|
module is removed. |
334 |
|
(ManakaiDOMImplementationTC): Some members are removed |
335 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
336 |
|
or the |f:ManakaiMinimumImplementation|. |
337 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
338 |
|
(replaceChildImpl1): A typo on the removing the parent node |
339 |
|
of the old child node is fixed. |
340 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
341 |
|
module). |
342 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
343 |
|
to the |MDOM:DOMFeature| module). |
344 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
345 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
346 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
347 |
|
when the new value is |null|. |
348 |
|
(Attr.___create_node_ref): Attribute name and |
349 |
|
owner element type specific classes are supported (it |
350 |
|
was partially implemented but was incorrect). |
351 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
352 |
|
a node if the |index| is negative. |
353 |
|
(setNamedItem): Various typos are fixed. |
354 |
|
(removeNamedItem): The node was not removed orz |
355 |
|
(cfg:clone-entity-reference-subtree, |
356 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
357 |
|
cfg:strict-document-children): Definitions are moved |
358 |
|
from the |MDOM:Tree| module. Note that the tests for default |
359 |
|
attributes still fail. |
360 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
361 |
|
(Attr): Role name was incorrect. |
362 |
|
|
363 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
364 |
|
not set. |
365 |
|
(AttributeDefinition): Role name was incorrect. |
366 |
|
|
367 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
368 |
|
module is added. |
369 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
370 |
|
implementations. |
371 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
372 |
|
implementations. |
373 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
374 |
|
they are defined as copies of ones in the |Entity| class. |
375 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
376 |
|
namespace unaware attributes. |
377 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
378 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
379 |
|
to namespace aware attributes are added. |
380 |
|
|
381 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
382 |
|
|
383 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
384 |
|
|
385 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
386 |
|
untested). |
387 |
|
(___report_error): Reimplemented (untested). |
388 |
|
(manakaiSetReadOnly): New method. |
389 |
|
(Attr.___create_node_ref): New method (untested). |
390 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
391 |
|
(createEntityReference, cloneNode): Support for |
392 |
|
the |cfg:entity-reference-read-only| configuration |
393 |
|
parameter is removed; newly created entity references |
394 |
|
are always read-only and use the |manakaiSetReadOnly| method |
395 |
|
if desired. |
396 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
397 |
|
|
398 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
399 |
|
the |MDOM:XML| Perl module. |
400 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
401 |
|
the |tc:implementation| internal property if its value |
402 |
|
is provided. The |infoset:content| internal property name |
403 |
|
was incorrect. |
404 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
405 |
|
read-only |NodeList| and |DOMStringList| are added |
406 |
|
for clarification. |
407 |
|
|
408 |
|
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
409 |
|
|
410 |
|
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
411 |
|
module is added. |
412 |
|
(DOMStringList): Reimplemented for new |d:AttributeDefinition| |
413 |
|
implementation (untested). |
414 |
|
|
415 |
|
* TreeCore.dis (baseURI): Reimplemented (untested). |
416 |
|
(Roles): Definitions added. |
417 |
|
|
418 |
|
* XDoctype.dis (Require): References to the |MDOM:TreeCore| |
419 |
|
and |MDOM:XML| modules are added. Reference to the |MDOM:Tree| |
420 |
|
module is removed. |
421 |
|
(DocumentXDoctype): Reimplemented (untested). |
422 |
|
(DocumentTypeDefinition, DocumentTypeDeclaration): |
423 |
|
Reimlemented (untested). |
424 |
|
(ElementTypeDefinition, AttributeDefinition): Reimplemented (untested). |
425 |
|
|
426 |
|
* XML.dis (FeatureDef): New features (definitions copied |
427 |
|
from the |MDOM:DOMXML| module). |
428 |
|
(DocumentType): New interface (definition copied from |
429 |
|
the |MDOM:DOMXML| module). |
430 |
|
(CDATASection, Notation, Entity, EntityReference, ProcessingInstruction): |
431 |
|
Reimplemented (untested). |
432 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested). |
433 |
|
|
434 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
435 |
|
|
436 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
437 |
|
|
438 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
439 |
|
|
440 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
441 |
|
(Text, DocumentFragment, Comment): Most members are |
442 |
|
reimplemented (untested). |
443 |
|
|
444 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
445 |
|
|
446 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
447 |
|
removed to sync with DOM Level 3 Core specification. |
448 |
|
|
449 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
450 |
|
(GetElementsNodeList): Reimplemented (untested). |
451 |
|
|
452 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
453 |
|
|
454 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
455 |
|
parameter must also affect on |manakaiAppendText| |
456 |
|
and |textContent| on |Document| nodes. |
457 |
|
|
458 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
459 |
|
parameter changes the class to |bless|. |
460 |
|
(Node): Most methods are reimplemented. (Untested) |
461 |
|
(CharacterData, Attr): Most methods and attributes are |
462 |
|
reimplemented. (Untested) |
463 |
|
|
464 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
465 |
|
reimplemented (untested). |
466 |
|
|
467 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
468 |
|
|
469 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
470 |
|
(untested). |
471 |
|
|
472 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
473 |
|
|
474 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
475 |
|
a qualified name. |
476 |
|
|
477 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
478 |
|
the prefix if it is an empty string. (Note that |
479 |
|
it is defined as implementation dependent in |
480 |
|
DOM Level 3 Core specification). |
481 |
|
|
482 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
483 |
|
module. |
484 |
|
(Node): Attributes are reimplemented (untested). |
485 |
|
|
486 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
487 |
|
module. |
488 |
|
(Node): Attributes are reimplemented (untested). |
489 |
|
(Entity, Notation): New interfaces. |
490 |
|
|
491 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
492 |
|
|
493 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
494 |
|
|
495 |
|
* TreeCore.dis (childNodes, firstChild, lastChild, |
496 |
|
nextSibling, previousSibling, appendChild, insertBefore, |
497 |
|
replaceChild, removeChild, createDocumentFragment, |
498 |
|
createEntityReference, createProcessingInstruction, |
499 |
|
domConfig, documentElement, implementation, manakaiAppendText): New. |
500 |
|
(NodeList, DocumentFragment): New interfaces. |
501 |
|
|
502 |
|
* XML.dis (EntityReference, ProcessingInstruction): New interface. |
503 |
|
|
504 |
|
2006-03-18 Wakaba <wakaba@suika.fam.cx> |
505 |
|
|
506 |
|
* TreeCore.dis (Require): The |MDOM:XML| module is added. |
507 |
|
(createAttributeNS, createTextNode, createComment, |
508 |
|
createCDATASection): New methods. |
509 |
|
(Attr, Text, Comment, CharacterData): New interfaces. |
510 |
|
|
511 |
|
* Makefile: |XML.dis| is added. |
512 |
|
|
513 |
|
* XML.dis: New module. |
514 |
|
|
515 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
516 |
|
|
517 |
|
* TreeCore.dis (manakaiReadOnly): New attribute. |
518 |
|
|
519 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
520 |
|
|
521 |
|
* TreeCore.dis (NodeType, nodeType, localName, namespaceURI, |
522 |
|
prefix, isSameNode, ownerDocument, parentNode): New. |
523 |
|
(Element): New interface. |
524 |
|
(createElementNS): New method. |
525 |
|
(strictErrorChecking): New. |
526 |
|
|
527 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
528 |
|
|
529 |
|
* Makefile: |TreeCore.dis| is added. |
530 |
|
|
531 |
|
* TreeCore.dis: New module. |
532 |
|
|
533 |
|
2006-03-16 Wakaba <wakaba@suika.fam.cx> |
534 |
|
|
535 |
|
* XMLParser.dis (cfg:entity-replacement-tree): New configuration |
536 |
|
parameter. |
537 |
|
|
538 |
|
* DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|. |
539 |
|
|
540 |
|
* DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical |
541 |
|
data types added to configuration parameters. |
542 |
|
|
543 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
544 |
|
|
545 |
|
* DOMCore.dis (c:DOMConfigurationParameter): Now it is |
546 |
|
a |DISSource:ResourceProperty|. |
547 |
|
(c:anyDOMConfigurationParameter): New property. |
548 |
|
(CParam, boolCParam): Now they are all |dis:subsetOf| |
549 |
|
the |c:anyDOMConfigurationParameter| property. |
550 |
|
(ForDocument, ForParser, ForSerializer): Removed. |
551 |
|
|
552 |
|
* DOMLS.dis, XMLParser.dis: Likewise. |
553 |
|
|
554 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
555 |
|
|
556 |
|
* DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties |
557 |
|
are removed. |
558 |
|
|
559 |
|
* GenericLS.pm: Added to the CVS repository since |
560 |
|
it is necessary to create the |Message::Util::DIS::DPG| module. |
561 |
|
|
562 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
563 |
|
|
564 |
|
* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New |
565 |
|
method. |
566 |
|
|
567 |
|
* XMLParser.dis: Don't create adjacent text nodes. |
568 |
|
|
569 |
|
2006-03-09 Wakaba <wakaba@suika.fam.cx> |
570 |
|
|
571 |
|
* DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error. |
572 |
|
|
573 |
|
* DOMXML.dis (appendChild, insertBefore, replaceChild): Method |
574 |
|
implementations are added. |
575 |
|
|
576 |
|
* XDoctype.dis (appendChild, insertBefore, replaceChild): Method |
577 |
|
implementations are added. |
578 |
|
|
579 |
|
* Tree.dis (appendChild, insertBefore, replaceChild): Method |
580 |
|
implementations are added. |
581 |
|
(IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass| |
582 |
|
resources unless for |ManakaiDOM:ManakaiDOMLatest|. |
583 |
|
(cfg:strict-document-children): New configuration parameter. |
584 |
|
|
585 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
586 |
|
|
587 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
588 |
|
|
589 |
|
* Tree.dis (replaceChild): Method implementations are added. |
590 |
|
|
591 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
592 |
|
|
593 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
594 |
|
|
595 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
596 |
|
definitions. |
597 |
|
|
598 |
|
* XDoctype.dis (insertBefore): New method implementation. |
599 |
|
|
600 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
601 |
|
|
602 |
|
* DOMXML.dis (insertBefore): Method implementations |
603 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
604 |
|
|
605 |
|
* Tree.dis (insertBefore): Method implementation |
606 |
|
for |CharacterData| nodes is added. |
607 |
|
|
608 |
|
* XDoctype.dis (insertBefore): Method implementation |
609 |
|
for |ElementTypeDefinition| nodes is added. |
610 |
|
|
611 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
612 |
|
|
613 |
|
* XDoctype.dis (appendChild): New method implementation. |
614 |
|
|
615 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
616 |
|
|
617 |
|
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
618 |
|
(REMOVE_DOCUMENT_ELEMENT_ERR): New error. |
619 |
|
(REMOVE_DOCUMENT_TYPE_ERR): New error. |
620 |
|
|
621 |
|
* DOMXML.dis (ManakaiDOMDocumentType): Removed. |
622 |
|
(ProcessingInstruction.appendChild, CDATASection.appendChild, |
623 |
|
Notation.appendChild): New method implementation. |
624 |
|
|
625 |
|
* Tree.dis (CharacterData.appendChild): New method implementation. |
626 |
|
|
627 |
|
* XDoctype.dis: Tests moved from |MDOM:DOMXML| module. |
628 |
|
|
629 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
630 |
|
|
631 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
632 |
|
|
633 |
|
* Tree.dis (createAttribute, createAttributeNS, |
634 |
|
setAttribute, setAttributeNS): They now supports |
635 |
|
the |cfg:xml-id| configuration parameter. |
636 |
|
(cfg:xml-id): New configuration parameter. |
637 |
|
|
638 |
|
* XDoctype.dis (createAttributeDefinition): It now |
639 |
|
supports the |cfg:xml-id| configuration parameter. |
640 |
|
|
641 |
|
* XMLParser.dis (parse): It now supports |
642 |
|
the |cfg:xml-id| configuration parameter. |
643 |
|
|
644 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
645 |
|
|
646 |
|
* XMLParser.dis (parse): Sets |Document.documentURI| |
647 |
|
and |Document.manakaiEntityBaseURI| attributes of the |
648 |
|
document created. |
649 |
|
(_ProcessingInstructionDTD): Sets the |manakaiBaseURI| |
650 |
|
property of the created node. |
651 |
|
(_SystemLiteral): Sets the |manakaiDeclarationBaseURI| |
652 |
|
of the created node. |
653 |
|
(ls-input-to-input-file.default): Sets the resolved |
654 |
|
system identifier to the |documentURI| attribute if available. |
655 |
|
Sets the |baseURI| attribute if available. |
656 |
|
|
657 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
658 |
|
|
659 |
|
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |
660 |
|
(Node.baseURI): New attribute implementations. |
661 |
|
(declarationBaseURI): Setter is added. |
662 |
|
(manakaiDeclarationBaseURI): New attribute. |
663 |
|
|
664 |
|
* Tree.dis (Require): A reference to the |MURI:Generic| |
665 |
|
module is added. |
666 |
|
(Node.baseURI): The implementation is revised. |
667 |
|
(getNodeReference): Attribute node classes specialized |
668 |
|
to attribute names are supported. |
669 |
|
(contentBaseURI, htmlBaseURI): Removed. |
670 |
|
(manakaiEntityBaseURI): New attribute. |
671 |
|
(ManakaiDOMImplementationDocument): It now inherits |
672 |
|
the |urigen:URIImplementation| class. |
673 |
|
|
674 |
|
* DOMMain.dis (isRelativeDOMURI): The definition |
675 |
|
of the URI scheme is synced with |Message::URI::Generic|'s |
676 |
|
one. |
677 |
|
|
678 |
|
* DOMXML.dis (Require): A reference to |DISlib:DISMarkup| |
679 |
|
module is added. |
680 |
|
(DocumentType.implementation): New attribute. |
681 |
|
(Node.baseURI): Implementations are added. |
682 |
|
(manakaiDeclarationBaseURI): New attributes. |
683 |
|
(manakaiEntityBaseURI): New attributes. |
684 |
|
(manakaiEntityURI): New attribute. |
685 |
|
(manakaiExternal): New attribute. |
686 |
|
(manakaiBaseURI): New attribute. |
687 |
|
(ManakaiDOMXMLBaseAttr): New class. |
688 |
|
|
689 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
690 |
|
|
691 |
|
* SimpleLS.dis (Require): Reference to the |MDOM:Tree| |
692 |
|
module was missing. |
693 |
|
|
694 |
|
* ManakaiDOMLS2003.dis: Some property names was incorrect. |
695 |
|
|
696 |
|
* Makefile (distclean): New rule. |
697 |
|
|
698 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
699 |
|
|
700 |
|
* DOMLS.dis: Removed from the CVS repository, since |
701 |
|
it has been no longer required to make the |daf| system |
702 |
|
itself. |
703 |
|
|
704 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
705 |
|
|
706 |
|
* Makefile: Revised for new |daf| database format. |
707 |
|
|
708 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
709 |
|
|
710 |
|
* DOMFeature.dis (Require): Missing reference to |DISlib:Test| |
711 |
|
module is added. |
712 |
|
|
713 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
714 |
|
|
715 |
|
* DOMLS.dis: Constants were typed as |dx:ErrorCode| |
716 |
|
by mistake. |
717 |
|
|
718 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
719 |
|
|
720 |
|
* XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10| |
721 |
|
feature. |
722 |
|
|
723 |
|
* DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type. |
724 |
|
|
725 |
|
* DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|). |
726 |
|
(DOMImplementationLS.createLSParser): Implemented. |
727 |
|
(DOMImplementationLS.createLSInput): Revised. |
728 |
|
(LSInput): Note on relationship with |GenericLS| is added. |
729 |
|
|
730 |
|
* SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|). |
731 |
|
|
732 |
|
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
733 |
|
|
734 |
|
* XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser| |
735 |
|
is introduced. |
736 |
|
(async, busy): Implemented. |
737 |
|
(parseString): Removed. |
738 |
|
(parse, parseURI): Implemented. |
739 |
|
(xp:ls-input-to-input-file): New configuration parameter. |
740 |
|
(shiftChar): Gets character from current file handle |
741 |
|
rather than replacement text. Don't normalize |
742 |
|
line break characters for internal entities. Don't |
743 |
|
throw |xp:wf-legal-literal-character| error |
744 |
|
for |RestrictedChar| appearing in internal entities. |
745 |
|
(DISPerl:dpgDef): Call |close| for each entity filehandler. |
746 |
|
(_EntityDeclaration): Copy document URI and base URI |
747 |
|
to the entity's |$decl| object. |
748 |
|
(ParseError): New code fragment. |
749 |
|
(getCopyOfEntityState): Creates filehandle from replacement |
750 |
|
text. |
751 |
|
(xp-error-lines): Don't appends text if no replacement |
752 |
|
text is available. |
753 |
|
(error-handler): New configuration parameter application resource. |
754 |
|
(ManakaiDOMLSInputToInputFile): New class. |
755 |
|
(ManakaiDOMInputFile): New class. |
756 |
|
|
757 |
|
* Tree.dis (getNodeReference): A dereferencing was missing. |
758 |
|
|
759 |
|
* DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties. |
760 |
|
|
761 |
|
2006-02-17 Wakaba <wakaba@suika.fam.cx> |
762 |
|
|
763 |
|
* XMLParser.dis: Default attribute are now namespace aware. |
764 |
|
(parseString): Don't output |Document| warnings |
765 |
|
during tree construction to standard error output. |
766 |
|
|
767 |
|
2006-02-16 Wakaba <wakaba@suika.fam.cx> |
768 |
|
|
769 |
|
* XMLParser.dis: Name check for XML 1.0, XML Namespace 1.0, and |
770 |
|
XML Namespace 1.1 is implemented. Namespace well-formedness |
771 |
|
error detection is implemented. Generates |Notation| nodes |
772 |
|
from notation declarations. |
773 |
|
(checkNCName, checkQName): New code fragments. |
774 |
|
|
775 |
|
* XDoctype.dis (DocumentXDoctype): Factory methods |
776 |
|
don't check |MDOMX:MDOM_BAD_NAME| if |Document.strictErrorChecking| |
777 |
|
is |false|. |
778 |
|
|
779 |
|
* DOMCore.dis (wf-invalid-character-in-node-name, |
780 |
|
wf-invalid-character): Removed (moved to |MDOM:Tree| module). |
781 |
|
|
782 |
|
* Tree.dis '(wf-invalid-character-in-node-name, |
783 |
|
wf-invalid-character): New errors (from |MDOM:DOMCore| module). |
784 |
|
(Attr.specified): Setter added. |
785 |
|
(cfg:dtd-default-attributes): New configuration parameter. |
786 |
|
(Document.createEntityReference): Don't check |MDOMX:MDOM_BAD_NAME| |
787 |
|
if |Document.strictErrorChecking| is |false|. |
788 |
|
|
789 |
|
2006-02-15 Wakaba <wakaba@suika.fam.cx> |
790 |
|
|
791 |
|
* XMLParser.dis: Set |allDeclarationsProcessed| |
792 |
|
attribute of the |Document| node. Don't process entity |
793 |
|
and attribute definition list declarations after |
794 |
|
unread parameter entity reference. Warns if an attribute definition is |
795 |
|
ignored (|xp:warning-attribute-definition-ignored|). Set |
796 |
|
flags whether predefined entities are declared or not. |
797 |
|
WFC error |xp:wf-pes-in-internal-subset| is implemented. |
798 |
|
|
799 |
|
2006-02-15 Wakaba <wakaba@suika.fam.cx> |
800 |
|
|
801 |
|
* XMLParser.dis: Issues |xp:error-internal-predefined-entity| error |
802 |
|
if a predefined entity declaration references an external entity. |
803 |
|
Issues |xp:error-malformed-predefined-entity| error if |
804 |
|
a predefined entity declaration defines different thing than |
805 |
|
one as in XML specification. |
806 |
|
Issies |xp:warning-entity-declaration-ignored| warning if |
807 |
|
more than one entity declarations for an entity is found. |
808 |
|
(WFErrDef): Now all well-formedness errors are marked |
809 |
|
as |SEVERITY_FATAL_ERROR|. |
810 |
|
|
811 |
|
* XDoctype.dis (DocumentXDoctype.createDocumentTypeDefinition): Creates |
812 |
|
predefined entity declarations. |
813 |
|
(DocumentXDoctype.createNotation): New method. |
814 |
|
(DocumentTypeDefinition.notations): New attribute. |
815 |
|
(DocumentTypeDefinition.getNotationNode): New method. |
816 |
|
(DocumentTypeDefinition.setNotationNode): New method. |
817 |
|
(newNotationForTest): New code fragment. |
818 |
|
|
819 |
|
* Tree.dis (ManakaiDOMXML:ManakaiDOMNotations): Removed. |
820 |
|
(c:ManakaiDOMNotationMap): New class. |
821 |
|
(c:ManakaiDOMNotationMapArray): New class. |
822 |
|
(Document.allDeclarationsProcessed): New attribute. |
823 |
|
|
824 |
|
* DOMXML.dis (DocumentType.notations): Implemented. |
825 |
|
(Notation): Revised. |
826 |
|
(Notation.ownerDocumentTypeDefinition): New attribute. |
827 |
|
|
828 |
2006-02-14 Wakaba <wakaba@suika.fam.cx> |
2006-02-14 Wakaba <wakaba@suika.fam.cx> |
829 |
|
|
830 |
* XMLParser.dis: The |xp:wf-parsed-entity| and the |xp:wf-no-recursion| |
* XMLParser.dis: The |xp:wf-parsed-entity| and the |xp:wf-no-recursion| |