/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.120 by wakaba, Sat Feb 11 05:05:45 2006 UTC revision 1.214 by wakaba, Tue May 22 10:22:58 2007 UTC
# Line 1  Line 1 
1    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
2    
3            * TreeCore.dis (manakaiLocalName): New attribute.
4    
5    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
6    
7            * GenericLS.dis (GLSException): New interface.
8    
9    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
10    
11            * |InputProcessor|s and |OutputProcessor|s are
12            named so that |report| statements in Perl
13            module outputs can be identified by name. |dis:dataType|s
14            of |DISCore:TFQNames| are all replaced
15            by |DISCore:QName|.
16    
17    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
18    
19            * Element.dis (createElementNS): If an array reference
20            is specified as the |qualifiedName| parameter,
21            don't set the first item as the local name
22            even if the second item is not specified (or
23            specified as |undef|).
24            (createElementNS, setAttribute, setAttributeNS,
25            removeAttribute, removeAttributeNS,
26            setAttributeNode, setAttributeNodeNS,
27            removeAttributeNode, removeAttributeNodeNS): Sets
28            or removes the |tc:contentAttributeList| value.
29    
30            * TreeCore.dis (AttrMap.item): Caches the result
31            of sorting of content attribute names.
32            (getAttrMap, getElementTypeDefNodeMap,
33            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
34            (tc:contentAttributeList): New property.
35    
36    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
37    
38            * DOMFeature.dis (ForDef): Removed.
39            (f:provides, f:through): Removed.
40            (Version): Removed.
41            (implementFeature): Removed.
42    
43    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
44    
45            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
46            GenericLS.dis, TreeCore.dis, DOMString.dis,
47            XML.dis, Element.dis, Document.dis, TreeStore,dis,
48            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
49            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
50            are removed.
51    
52    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
53    
54            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
55            GenericLS.dis, TreeCore.dis, DOMString.dis,
56            XML.dis, Element.dis, Document.dis, TreeStore,dis,
57            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
58            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
59            and |DefaultFor|s are removed.
60    
61    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
62    
63            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
64            GenericLS.dis, TreeCore.dis, DOMString.dis,
65            XML.dis, Element.dis, Document.dis, TreeStore,dis,
66            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
67            SimpleLS.dis, DOMMain.dis: References
68            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
69            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
70            modes are removed.
71    
72    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
73    
74            * CharacterData.dis, TreeCore.dis (Require): References
75            to the |Grove.dis| module are removed.
76    
77    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
78    
79            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
80            (Require): Reference to the |Grove.dis| module is removed.
81    
82    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
83    
84            * DOMCore.dis (ManakaiDOMImplementation): The
85            class is no longer plays the role of
86            a |mg:NodeRefRole|.  Redundant |f:provides|
87            properties are removed.
88    
89    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
90    
91            * TreeCore.dis, DOMCore.dis, Document.dis,
92            Element.dis, CharacterData.dis, XML.dis,
93            XDoctype.dis, DOMString.dis, TreeStore.dis,
94            XMLParser.dis: Use Perl native
95            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
96            for DOM nodes.  See
97            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
98    
99    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
100    
101            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
102    
103    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
104    
105            * DOMString.dis: New module.
106    
107            * DOMString.pm: New file.
108    
109            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
110            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
111            Now it references the |DOMImplementationRegistry| object.
112            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
113            (DOMImplementationRegistry): New interface and
114            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
115            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
116            that the class no longer support |get_implementation|
117            and |get_implementation_list| methods from
118            the |ImplementationRegistry| interface.
119            (DOMImplementationList): Class implemented; no
120            longer inherits from |ImplementationList|.
121            (DOMImplementationSource): Class implemented; no
122            longer inherits from |ImplementationSource|.  Note that
123            the class no longer support |get_implementation|
124            and |get_implementation_list| methods from
125            the |ImplementationSource| interface.
126            (DOMStringList): Removed.
127    
128            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
129            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
130            ManakaiDOM:DOMXMLFeatureXML11, most part of
131            documentation for obsolete DOM Level 3 Minimum Implementation
132            module, obsolete property name aliases,
133            ImplemenationRegistryVar, ImplementationRegistry,
134            DEBUG, MIString, ImplementationList, ImplementationSource,
135            ManakaiDOM:implID): Removed.
136    
137            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
138            (DOMString): Removed.
139            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
140    
141            * Makefile: |DOMString.pm| is added.
142    
143            * TreeCore.dis (is_default_namespace): |null| was
144            returned where a false is expected (|null| is
145            a false in Perl, but real |false| is appropriate here).
146    
147    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
148    
149            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
150    
151            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
152    
153            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
154    
155    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
156    
157            * DOMFeature.dis (ImplementationList, ImplementationSource,
158            ImplementationRegistry): Parameters |features|
159            now allow |null| (equivalent to an empty string).
160    
161    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
162    
163            * CharacterData.dis (ManakaiDOMDocumentCharacterData): New
164            class.  Factory methods |createTextNode| and |createComment|
165            are moved from |ManakaiDOMDocument|.
166    
167            * DOMCore.dis: References to |ManakaiDOMObject|
168            are removed.
169            (tc:createImplForTest): Moved from |TreeCore.dis|.
170            (DOMImplementation.___create_node_ref): Support
171            for the |mg:nodeRefClass| option is removed.
172            (ManakaiDOMConfiguration.___report_error): Moved
173            from |ManakaiDOMObject| class.
174    
175            * DOMFeature.dis (domidl:extends): New property.
176            (f:getFeatureImpl): Support for |+| classes is removed.
177    
178            * DOMMain.dis (DOMMain:docSupportsXMLFeature): Removed.
179            (ManakaiDOM:ManakaiDOMObject): Removed.
180            (DOMDataType): Removed.
181    
182            * Document.dis (ManakaiDOMImplementationDocument):
183            The |createDocument| method is moved from
184            the |ManakaiDOMImplementationTC| in |TreeCore.dis|.
185            (ManakaiDOMDocument.___create_node_ref): Removed.
186            (createElement, createElementNS, createAttribute,
187            createAttributeNS, createTextNode, createComment,
188            createCDATASection, createEntityReference,
189            createProcessingInstruction): Class implementations
190            are moved to each module.
191    
192            * Element.dis (ManakaiDOMImplementationElement): Factory
193            methods are moved from |Document.dis|.
194            (ManakaiDOMElement.___create_node_ref): Support
195            for old class registry is removed.
196            (ManakaiDOMAttr.___create_node_ref): Removed.
197            (Attr.baseURI): Implementation
198            for |xml:base| attribute is merged.
199            (Attr.nodeValue, Attr.value): Implementation
200            for |xml:id| attribute is merged.
201    
202            * TreeCore.dis (ManakaiDOMImplementationTC): Removed.
203    
204            * XDoctype.dis (ManakaiDOMImplementationXDoctype): The
205            definition for |createDocumentType| method
206            is moved from |TreeCore.dis|.
207    
208            * XML.dis (ManakaiDOMXMLDocument): Factory
209            methods are moved from |Document.dis|.
210            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Removed (merged
211            into |ManakaiDOMAttr| in |Element.dis|).
212    
213    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
214    
215            * Element.dis (___get_node_ref): |eval|ed |require|
216            statement was broken.
217    
218            * DOMFeature.dis (getImplementationList): Argument
219            is not passed to the |getImplementation| method.
220    
221            * TreeStore.dis (DOMImplementationTreeStore): It
222            did not |f:implements| the |TSFeature30| feature.
223    
224            * XMLParser.dis: Use |create_uri_reference|
225            method instead of internal |_new| method
226            to create a URI reference object.
227    
228    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
229    
230            * DOMCore.dis (ManakaiDOMImplementation): No longer
231            explicitly inherits |urigen:ManakaiURIImplementation| (and
232            the |f:ManakaiMinimumImplementation| class inherited
233            by it).  The |f:Minimum| feature is ever implemented
234            for compatibility (but is expected to be removed).
235            Internal methods such as |___report_error| are copied from
236            obsolete |f:MinimumImplementation| class.  DOM3
237            methods |hasFeature| and |getFeature| are also
238            moved from that class, but they now support no
239            foreign classes.
240    
241            * DOMFeature.dis (ManakaiImplementationSource): It
242            now |p:require|s |Message::Util::AutoLoad::Registry|.
243            The class no longer support classes
244            other than |ManakaiDOMImplementation|.  Note
245            that the |ImplementationRegistry| object does continue
246            to support foreign classes via foreign classes
247            implementing |ImplementationSource|
248            or |DOMImplementationSource| interface.
249            (MinimumImplementation): Removed.
250    
251            * DOMLS.dis (ManakaiDOMImplementationLS): It no
252            longer inherit the |ManakaiDOMImplementation|; it
253            is now expected to be implemented by |DOMImplementation|
254            objects.
255    
256            * DOMMain.dis (null): Removed.
257    
258            * Document.dis (___create_node_ref): It no
259            longer support foreign classes other
260            than |Message::DOM::Document::ManakaiDOMDocument|.
261            Note that document format specific DOM
262            interfaces, if supported, should be
263            all instances of the |Document| interface
264            in the implementation, as defined
265            in the Web Applications 1.0 specification (where
266            the |HTMLDocument| interface must be implemented
267            by all |Document| objects, even if the |Document|
268            contains no HTML element).
269    
270            * GenericLS.dis (GLSImplementation): It no
271            longer inherit the |MinimumImplementation|; it
272            is now expected to be implemented by |DOMImplementation|
273            objects.
274            (createGLSParser, createGLSSerializer): Load
275            module implementing parser or serializer
276            if necessary.
277    
278            * Traversal.dis (ManakaiDOMDocumentTraversal): It no
279            longer inherits the |ManakaiDOMDocument|; it
280            is now expected to be implemented by |Document|
281            objects.
282    
283            * XDP.dis (XDPDocument): It no longer
284            inherits the |Document|; it is now expected
285            to be implemented by all |Document| objects.
286    
287            * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no
288            longer inherits the |ManakaiDOMDocument|; it
289            is now expected to be implemented by |Document|
290            objects.
291    
292    2006-11-04  Wakaba  <wakaba@suika.fam.cx>
293    
294            * DOMCore.dis (ManakaiDOMImplementation): No longer
295            explicitly inherits |tc:ManakaiDOMImplementationTC|.
296            (ManakaiDOMImplementation.AUTOLOAD): New method definition.
297    
298            * TreeCore.dis (ManakaiDOMImplementationTC): Extends
299            the |ManakaiDOMImplementation| class.
300    
301    2006-11-03  Wakaba  <wakaba@suika.fam.cx>
302    
303            * DOMFeature.dis: Definitions for various concepts
304            are added.
305    
306            * GenericLS.dis (GLSImplementation): It no
307            longer inherits the |MinimumImplementation|; rather,
308            any |ManakaiMinimumImplementation| object also
309            implements |GLSImplementation| methods.
310    
311            * TreeStore.dis (DOMImplementationTreeStore): It no
312            longer inherits the |DOMImplementation|; rather,
313            any |ManakaiDOMImplementation| object also
314            implements |DOMImplementationTreeStore| methods.
315    
316    2006-08-15  Wakaba  <wakaba@suika.fam.cx>
317    
318            * TreeStore.pm: Added to the CVS repository
319            to enable for the dis database to contain XML
320            fragments.
321    
322            * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added.
323    
324            * TreeStore.dis (Namespace): Namespace URI was incorrect.
325    
326    2006-06-18  Wakaba  <wakaba@suika.fam.cx>
327    
328            * Traversal.dis (expandEntityReferences): Syntax was incorrect.
329    
330            * TreeCore.dis (manakaiReadOnly): Test assertion was incorrect.
331    
332            * XDP.dis (dtdText): Test assertion was incorrect.
333    
334    2006-05-21  Wakaba  <wakaba@suika.fam.cx>
335    
336            * XDP.dis (XDPEntityValue.stringify): Don't escape
337            any |%|s in |xdp:attr-definition| children.
338    
339    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
340    
341            * XDP.dis (createXDPRNIKeyword): The Perl method
342            name property is added.
343    
344    2006-05-20  Wakaba  <wakaba@suika.fam.cx>
345    
346            * XDP.dis (createXDPIf): New method.
347            (XDPIfElement): New interface.
348    
349    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
350    
351            * XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition):
352            New methods.
353    
354    2006-05-15  Wakaba  <wakaba@suika.fam.cx>
355    
356            * XDP.dis (XDPDocument): A number of constructor methods
357            are added.
358            (XDPTextDecl.dtdText): The |xml| target was missing.
359    
360    2006-05-14  Wakaba  <wakaba@suika.fam.cx>
361    
362            * Traversal.dis (SerialWalker): New interface.
363            (manakaiCreateSerialWalker): New method.
364    
365    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
366    
367            * Traversal.dis (testNode): Calls |acceptNode| method
368            rather than |&{}| dereferencing.
369            (acceptNode): Implemented.
370    
371    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
372    
373            * XDP.dis: New module.
374    
375            * Makefile: |XDP.dis| is added.
376    
377            * Traversal.dis (NodeFilter): |InputProcessor|
378            and |OutputProcessor| are added.
379    
380    2006-05-13  Wakaba  <wakaba@suika.fam.cx>
381    
382            * Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value.
383            (TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support
384            is added.  The |FILTER_REJECT| value is treated
385            as |FILTER_ACCEPT| if the |currentNode| is in the
386            rejected subtree as specified in the spec.
387    
388    2006-05-05  Wakaba  <wakaba@suika.fam.cx>
389    
390            * SimpleLS.dis: An |xmlns:| prefix was missing.
391    
392    2006-05-04  Wakaba  <wakaba@suika.fam.cx>
393    
394            * SimpleLS.dis: Namespace bugs are fixed.
395    
396    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
397    
398            * .cvsignore: Updated.
399    
400            * Traversal.dis: Unused declarations are removed.
401    
402    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
403    
404            * CharacterData.dis (Require): A reference to
405            the |MDOM:Traversal| module is added.
406            (wholeText): Implemented.
407    
408    2006-04-30  Wakaba  <wakaba@suika.fam.cx>
409    
410            * Makefile: |Traversal.dis| is added.
411    
412            * Traversal.dis: New module.
413    
414            * TreeCore.dis (___report_error): Return value was
415            not propagated.
416    
417    2006-04-29  Wakaba  <wakaba@suika.fam.cx>
418    
419            * Element.dis (removeAttributeNS): A runtime error
420            was occurred if there was no specified attribute node.
421    
422            * TreeCore.dis (manakaiLanguage): New attribute.
423    
424    2006-04-28  Wakaba  <wakaba@suika.fam.cx>
425    
426            * TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly):
427            New attributes.
428    
429            (StaticNodeList): New interface.
430    
431    2006-04-24  Wakaba  <wakaba@suika.fam.cx>
432    
433            * DOMCore.dis (c:SET_TO_NULL_ERR): New error code.
434    
435    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
436    
437            * SimpleLS.dis: Reimplemented.
438    
439    2006-04-22  Wakaba  <wakaba@suika.fam.cx>
440    
441            * DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now
442            a qualified name.
443            (tc:EXTERNAL_NODE_COMPARISON_ERR): New error type.
444    
445            * TreeCore.dis (compareDocumentPosition): Implemented.
446            (normalize): Implemented.
447            (STORESIZE, CLEAR): Were not implemented for |EmptyNodeList|
448            class.
449    
450    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
451    
452            * DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed.
453    
454    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
455    
456            * CharacterData.dis (length, insertData, substringData,
457            appendData, deleteData, replaceData, splitText): Reimplemented.
458    
459            * DOMCore.dis (NEGATIVE_LENGTH_ERR): New error.
460            (c:index): The definition was missing.
461            (c:length): New property.
462    
463    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
464    
465            * XMLParser.dis (close): Invoke |close| method
466            rather than |close| function.
467    
468    2006-04-16  Wakaba  <wakaba@suika.fam.cx>
469    
470            * CharacterData.dis: New module split from |TreeCore.dis|.
471    
472            * CharacterData.pm: Added to the CVS repository.
473    
474            * TreeCore.dis: The |CharacterData|, |Text|, and |Comment|
475            interfaces are removed.
476            (Require): A reference to the |MDOM:CharacterData| module
477            is added.
478    
479            * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed.
480    
481            * DOMCore.dis (StringOutOfBoundsException): New error.
482    
483            * Makefile: |CharacterData.pm| is added.
484    
485    2006-04-09  Wakaba  <wakaba@suika.fam.cx>
486    
487            * XMLParser.dis (Require): Requires the |MCharset:Encode|
488            module.
489            (parse): Set the |inputEncoding| attribute of the generated document
490            object.
491            (resolveLSInput default implementation): The |byteStream|
492            and |encoding| attributes of the |LSInput| interface
493            are now supported.
494            (resolveLSInput): Parameters |impl| and |parser| are added.
495            (InputFile.inputEncoding): New attribute.
496    
497    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
498    
499            * Document.dis (adoptNode test): Documents were
500            made by different documents.
501    
502    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
503    
504            * XMLParser.dis: The |cfg:dtd-default-attributes| configuration
505            parameter is changed to |cfg:dtd-default-attribute|.
506    
507    2006-04-04  Wakaba  <wakaba@suika.fam.cx>
508    
509            * TreeCore.dis: The |DOMMain:raiseException| elements
510            are replaced by |disPerl:EXCEPTION|s.
511    
512    2006-04-03  Wakaba  <wakaba@suika.fam.cx>
513    
514            * DOMMain.dis (GetPropNode, CheckReadOnly): Removed.
515    
516            * Node.dis (cfg:dtd-default-attribute): The configuration
517            parameter |cfg:dtd-default-attributes| is renamed
518            as |cfg:dtd-default-attribute|.
519            (Roles): Definitions are changed so that classes
520            that implement those classes MUST implement the |Node|
521            and its subinterfaces.
522            (cfg:dtd-attribute-type): New configuration parameter.
523    
524            * Document.dis (adoptNode): Don't throw exception
525            if |strictErrorChecking| is |false|.
526    
527            * Element.dis (setAttribute, setAttributeNS): Don't
528            set [attribute type] if the |cfg:dtd-attribute-type|
529            configuration parameter is set to |false|.
530            (removeAttribute, removeAttributeNS, removeAttributeNode): Don't
531            regenerate default attribute nodes if the |cfg:dtd-default-attribute|
532            configuration parameter is set to |false|.
533    
534    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
535    
536            * TreeStore.dis: New module.
537    
538            * Makefile: |TreeStore.dis| is added.
539    
540    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
541    
542            * XMLParser.dis: Updated so that it can be used
543            with |TreeCore.pm|, |Document.pm|, |Element.pm|,
544            and |XML.pm|.  Set the read-only flag to
545            the |DocumentType|, |Entity|, and |EntityReference| noes.
546    
547            * Node.dis (textContent): It did not handle descendant
548            element and entity reference nodes.
549    
550            * Element.dis, XML.dis (manakaiBaseURI.get): Its
551            definition has been changed to return only explicit
552            base URI specification.
553    
554            * DOMLS.dis (LSInput, LSOutput): They no longer
555            inherits the |ManakaiDOM:ManakaiDOMObject| class.
556    
557            * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed.
558    
559            * Tree.pm, DOMXML.pm: Removed.
560    
561            * TreeCore.pm, Document.pm, Element.pm: Added
562            to the CVS repository since they are necessary to
563            build the dis library.
564    
565            * Makefile: Sync'ed to new modules disposition.
566    
567    2006-04-02  Wakaba  <wakaba@suika.fam.cx>
568    
569            * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are
570            removed.  For |Element.pm| and |Document.pm| are added.
571    
572            * Document.dis, Element.dis: New module split from |TreeCore.dis|.
573    
574            * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
575    
576    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
577    
578            * DOMFeature.dis (getImplementation, getImplementationList): Support
579            for new class information variables.
580            (DOMLS:Generic): This old feature name is removed.
581    
582            * GenericLS.dis (createGLSParser, createGLSSerializer): Support
583            for new class information variables.
584    
585            * TreeCore.dis (manakaiExpandedURI): New attribute.
586            (Document, Element.___create_node_ref): New method
587            implementations.
588    
589    2006-04-01  Wakaba  <wakaba@suika.fam.cx>
590    
591            * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
592            Reimplemented.
593            (isId): Setter is added.
594            (Element.normalize): Definition copied from the |MDOM:Tree|
595            module.
596    
597    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
598    
599            * Makefile (clean-db): New rule.
600    
601            * TreeCore.dis (setUserData): Schedule to invoke
602            the user data handler when the node is removed
603            from the memory.
604            (setAttribute, setAttributeNS): Set the [attribute type]
605            if DTD attribute definition is available.
606            (CharacterData members): Definitions copied from
607            the |MDOM:Tree| module.
608    
609    2006-03-31  Wakaba  <wakaba@suika.fam.cx>
610    
611            * DOMCore.dis (DOMStringList.==): New overloaded operator.
612    
613            * DOMFeature.dis (ManakaiHasFeatureByGetFeature): The
614            class did not implement the |GetFeature| interface.
615            (hasFeature): The |+| prefix was not taken into account.
616    
617            * TreeCore.dis (Node): The class now inherits
618            the |ManakaiHasFeatureByGetFeature| class.  It now
619            implements the |f:GetFeature| and |ecore:MUErrorTarget|
620            interfaces.
621            (CreateNodeRefMethod): The |mg:nodeRefInterfaces| option
622            is supported.
623            (lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented.
624            (manakaiParentElement): New attribute.
625    
626            * XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype|
627            is removed.
628            (lookupPrefix): Old method implementation is removed.
629    
630            * XML.dis (CDATASection): The |mg:NodeRefRole| was
631            missing because of the |DISCore:stopISARecursive| property.
632    
633            * TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis:
634            They now pass all tests included in those modules!
635    
636    2006-03-30  Wakaba  <wakaba@suika.fam.cx>
637    
638            * DOMCore.dis (Require): A reference to the |MURI:Generic|
639            module is added.
640            (ManakaiDOMStringList.DESTROY): Removed (no longer necessary).
641            (ManakaiDOMImplementation): It now inherits
642            the |urigen:ManakaiURIImplementation| class and
643            implements the |ecore:MUErrorTarget| interface.  It no
644            longer inherits the |ManakaiDOM:ManakaiDOMObject| class.
645            (ManakaiDOMImplementation.___report_error): New method.
646    
647            * DOMFeature.dis (Require): It now references the |Util:Grove|
648            module instead of |Util:ManakaiNode| module.
649            (DOMMetaImpl:ManakaiDOMImplementationRole): Removed.
650            (f:ManakaiMinimumImplementationCompatible): New role.
651            (ManakaiMinimumImplementation): Now it is built
652            on the new |Util:Grove| module rather than the |Util:ManakaiNode|
653            module.
654            (f:getFeatureImpl): Moved from the |MDOM:TreeCore| module.
655            (c:implementation): Removed.
656            (f:implementation, f:revImplementation): New properties.
657    
658            * DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed.
659    
660            * Tree.dis (cfg:clone-entity-reference-subtree,
661            cfg:dtd-default-attributes, cfg:xml-id,
662            cfg:strict-document-children): Removed (moved
663            to the |MDOM:TreeCore| module).
664    
665            * TreeCore.dis (Require): The reference to the |MURI:Generic|
666            module is removed.
667            (ManakaiDOMImplementationTC): Some members are removed
668            since they are incorporated to the |c:ManakaiDOMImplementation|
669            or the |f:ManakaiMinimumImplementation|.
670            (tc:nodeRefClass): Removed (moved to the |Util:Grove| module).
671            (replaceChildImpl1): A typo on the removing the parent node
672            of the old child node is fixed.
673            (f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature|
674            module).
675            (tc:implementation, tc:revImplementation): Removed (moved
676            to the |MDOM:DOMFeature| module).
677            (Document.appendChild, insertBefore, replaceChild): Sets
678            the |ownerDocument| attribute of the |tx:DocumentType| nodes.
679            (Attr.prefix, Element.prefix): Don't raise "uninitialized"
680            when the new value is |null|.
681            (Attr.___create_node_ref): Attribute name and
682            owner element type specific classes are supported (it
683            was partially implemented but was incorrect).
684            (ManakaiDOMGetElementsNodeList.item): Don't return
685            a node if the |index| is negative.
686            (setNamedItem): Various typos are fixed.
687            (removeNamedItem): The node was not removed orz
688            (cfg:clone-entity-reference-subtree,
689            cfg:dtd-default-attributes, cfg:xml-id,
690            cfg:strict-document-children): Definitions are moved
691            from the |MDOM:Tree| module.  Note that the tests for default
692            attributes still fail.
693            (ErrDef, IntPropDef): Moved from the |MDOM:Tree| module.
694            (Attr): Role name was incorrect.
695    
696            * XDoctype.dis (setDefinitionNode): Return value was
697            not set.
698            (AttributeDefinition): Role name was incorrect.
699    
700            * XML.dis (Require): A reference to the |DISlib:DISMarkup|
701            module is added.
702            (Notation.appendChild, insertBefore, replaceChild): New method
703            implementations.
704            (Entity.appendChild, insertBefore, replaceChild): New method
705            implementations.
706            (EntityReference.appendChild, insertBefore, replaceChild): Now
707            they are defined as copies of ones in the |Entity| class.
708            (XMLBaseAttribute, XMLIdAttribute): Now they are
709            namespace unaware attributes.
710            (XMLBaseAttributeNS, XMLIdAttributeNS): New attributes.
711            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References
712            to namespace aware attributes are added.
713    
714    2006-03-29  Wakaba  <wakaba@suika.fam.cx>
715    
716            * DOMCore.dis: Namespace prefixes are changed to new ones.
717    
718            * TreeCore.dis (createDocument, createDocumentType): Reimplemented (but
719            untested).
720            (___report_error): Reimplemented (untested).
721            (manakaiSetReadOnly): New method.
722            (Attr.___create_node_ref): New method (untested).
723            (Document.getFeature): |require|s the |MDOM:XML| Perl module.
724            (createEntityReference, cloneNode): Support for
725            the |cfg:entity-reference-read-only| configuration
726            parameter is removed; newly created entity references
727            are always read-only and use the |manakaiSetReadOnly| method
728            if desired.
729            (Element.manakaiBaseURI): Reimplemented (untested).
730    
731            * XDoctype.dis (createGeneralEntity, createNotation): |require|s
732            the |MDOM:XML| Perl module.
733            (DocumentTypeDefinition.___create_node_stem): Sets
734            the |tc:implementation| internal property if its value
735            is provided.  The |infoset:content| internal property name
736            was incorrect.
737            (DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on
738            read-only |NodeList| and |DOMStringList| are added
739            for clarification.
740    
741    2006-03-26  Wakaba  <wakaba@suika.fam.cx>
742    
743            * DOMCore.dis (Require): Reference to the |MDOM:TreeCore|
744            module is added.
745            (DOMStringList): Reimplemented for new |d:AttributeDefinition|
746            implementation (untested).
747    
748            * TreeCore.dis (baseURI): Reimplemented (untested).
749            (Roles): Definitions added.
750    
751            * XDoctype.dis (Require): References to the |MDOM:TreeCore|
752            and |MDOM:XML| modules are added.  Reference to the |MDOM:Tree|
753            module is removed.
754            (DocumentXDoctype): Reimplemented (untested).
755            (DocumentTypeDefinition, DocumentTypeDeclaration):
756            Reimlemented (untested).
757            (ElementTypeDefinition, AttributeDefinition): Reimplemented (untested).
758    
759            * XML.dis (FeatureDef): New features (definitions copied
760            from the |MDOM:DOMXML| module).
761            (DocumentType): New interface (definition copied from
762            the |MDOM:DOMXML| module).
763            (CDATASection, Notation, Entity, EntityReference, ProcessingInstruction):
764            Reimplemented (untested).
765            (ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested).
766    
767    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
768    
769            * TreeCore.dis (Document): Most methods are reimplemented (untested).
770    
771    2006-03-25  Wakaba  <wakaba@suika.fam.cx>
772    
773            * TreeCore.dis (Document): Attributes are reimplemented (untested).
774            (Text, DocumentFragment, Comment): Most members are
775            reimplemented (untested).
776    
777    2006-03-24  Wakaba  <wakaba@suika.fam.cx>
778    
779            * DOMMain.dis (checkXMLNamesQName): Some checks are
780            removed to sync with DOM Level 3 Core specification.
781    
782            * TreeCore.dis (Element): Most methods are reimplemented (untested).
783            (GetElementsNodeList): Reimplemented (untested).
784    
785    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
786    
787            * Tree.dis (cfg:strict-document-children): The configuration
788            parameter must also affect on |manakaiAppendText|
789            and |textContent| on |Document| nodes.
790    
791            * TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass|
792            parameter changes the class to |bless|.
793            (Node): Most methods are reimplemented.  (Untested)
794            (CharacterData, Attr): Most methods and attributes are
795            reimplemented.  (Untested)
796    
797            * XML.dis, XDoctype.dis: Most |Node| methods are
798            reimplemented (untested).
799    
800    2006-03-23  Wakaba  <wakaba@suika.fam.cx>
801    
802            * TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented
803            (untested).
804    
805    2006-03-22  Wakaba  <wakaba@suika.fam.cx>
806    
807            * DOMCore.dis (DOMSTRING_SIZE_ERR): It now has
808            a qualified name.
809    
810            * DOMMain.dis (ensureNamespacePrefix): Undefines
811            the prefix if it is an empty string.  (Note that
812            it is defined as implementation dependent in
813            DOM Level 3 Core specification).
814    
815            * TreeCore.dis (Require): It now references the |MDOM:XDoctype|
816            module.
817            (Node): Attributes are reimplemented (untested).
818    
819            * XML.dis (Require): It now references the |MDOMX:XDoctype|
820            module.
821            (Node): Attributes are reimplemented (untested).
822            (Entity, Notation): New interfaces.
823    
824            * XDoctype.dis (Node): Attributes are reimplemented (untested).
825    
826    2006-03-19  Wakaba  <wakaba@suika.fam.cx>
827    
828            * TreeCore.dis (childNodes, firstChild, lastChild,
829            nextSibling, previousSibling, appendChild, insertBefore,
830            replaceChild, removeChild, createDocumentFragment,
831            createEntityReference, createProcessingInstruction,
832            domConfig, documentElement, implementation, manakaiAppendText): New.
833            (NodeList, DocumentFragment): New interfaces.
834    
835            * XML.dis (EntityReference, ProcessingInstruction): New interface.
836    
837    2006-03-18  Wakaba  <wakaba@suika.fam.cx>
838    
839            * TreeCore.dis (Require): The |MDOM:XML| module is added.
840            (createAttributeNS, createTextNode, createComment,
841            createCDATASection): New methods.
842            (Attr, Text, Comment, CharacterData): New interfaces.
843    
844            * Makefile: |XML.dis| is added.
845    
846            * XML.dis: New module.
847    
848    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
849    
850            * TreeCore.dis (manakaiReadOnly): New attribute.
851            
852    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
853    
854            * TreeCore.dis (NodeType, nodeType, localName, namespaceURI,
855            prefix, isSameNode, ownerDocument, parentNode): New.
856            (Element): New interface.
857            (createElementNS): New method.
858            (strictErrorChecking): New.
859    
860    2006-03-17  Wakaba  <wakaba@suika.fam.cx>
861    
862            * Makefile: |TreeCore.dis| is added.
863    
864            * TreeCore.dis: New module.
865    
866    2006-03-16  Wakaba  <wakaba@suika.fam.cx>
867    
868            * XMLParser.dis (cfg:entity-replacement-tree): New configuration
869            parameter.
870    
871            * DOMXML.dis (manakaiExpanded): Renamed from |isExpanded|.
872    
873            * DOMCore.dis, Tree.dis, DOMLS.dis, XMLParser.dis: Lexical
874            data types added to configuration parameters.
875    
876    2006-03-15  Wakaba  <wakaba@suika.fam.cx>
877    
878            * DOMCore.dis (c:DOMConfigurationParameter): Now it is
879            a |DISSource:ResourceProperty|.
880            (c:anyDOMConfigurationParameter): New property.
881            (CParam, boolCParam): Now they are all |dis:subsetOf|
882            the |c:anyDOMConfigurationParameter| property.
883            (ForDocument, ForParser, ForSerializer): Removed.
884    
885            * DOMLS.dis, XMLParser.dis: Likewise.
886    
887    2006-03-12  Wakaba  <wakaba@suika.fam.cx>
888    
889            * DOMMain.dis, Tree.dis: Unused |dis:aliasChild| properties
890            are removed.
891    
892            * GenericLS.pm: Added to the CVS repository since
893            it is necessary to create the |Message::Util::DIS::DPG| module.
894    
895    2006-03-10  Wakaba  <wakaba@suika.fam.cx>
896    
897            * DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
898            method.
899    
900            * XMLParser.dis: Don't create adjacent text nodes.
901    
902    2006-03-09  Wakaba  <wakaba@suika.fam.cx>
903    
904            * DOMCore.dis (HIERARCHY_DOCUMENT_FRAGMENT_ITSELF_ERR): New error.
905    
906            * DOMXML.dis (appendChild, insertBefore, replaceChild): Method
907            implementations are added.
908    
909            * XDoctype.dis (appendChild, insertBefore, replaceChild): Method
910            implementations are added.
911    
912            * Tree.dis (appendChild, insertBefore, replaceChild): Method
913            implementations are added.
914            (IFCls1Def, NodeTypeDef): Don't define |ManakaiDOM:ForClass|
915            resources unless for |ManakaiDOM:ManakaiDOMLatest|.
916            (cfg:strict-document-children): New configuration parameter.
917    
918    2006-03-08  Wakaba  <wakaba@suika.fam.cx>
919    
920            * XDoctype.dis (replaceChild): Method implementations are added.
921    
922            * Tree.dis (replaceChild): Method implementations are added.
923    
924            * DOMXML.dis (replaceChild): Method implementations are added.
925    
926    2006-03-07  Wakaba  <wakaba@suika.fam.cx>
927    
928            * Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for|
929            definitions.
930    
931            * XDoctype.dis (insertBefore): New method implementation.
932    
933    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
934    
935            * DOMXML.dis (insertBefore): Method implementations
936            for |ProcessingInstruction| and |Notation| nodes are added.
937    
938            * Tree.dis (insertBefore): Method implementation
939            for |CharacterData| nodes is added.
940    
941            * XDoctype.dis (insertBefore): Method implementation
942            for |ElementTypeDefinition| nodes is added.
943    
944    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
945    
946            * XDoctype.dis (appendChild): New method implementation.
947    
948    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
949    
950            * DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error.
951            (REMOVE_DOCUMENT_ELEMENT_ERR): New error.
952            (REMOVE_DOCUMENT_TYPE_ERR): New error.
953    
954            * DOMXML.dis (ManakaiDOMDocumentType): Removed.
955            (ProcessingInstruction.appendChild, CDATASection.appendChild,
956            Notation.appendChild): New method implementation.
957    
958            * Tree.dis (CharacterData.appendChild): New method implementation.
959    
960            * XDoctype.dis: Tests moved from |MDOM:DOMXML| module.
961    
962    2006-03-06  Wakaba  <wakaba@suika.fam.cx>
963    
964            * DOMXML.dis (ManakaiDOMXMLIdAttr): New class.
965    
966            * Tree.dis (createAttribute, createAttributeNS,
967            setAttribute, setAttributeNS): They now supports
968            the |cfg:xml-id| configuration parameter.
969            (cfg:xml-id): New configuration parameter.
970    
971            * XDoctype.dis (createAttributeDefinition): It now
972            supports the |cfg:xml-id| configuration parameter.
973    
974            * XMLParser.dis (parse): It now supports
975            the |cfg:xml-id| configuration parameter.
976    
977    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
978    
979            * XMLParser.dis (parse): Sets |Document.documentURI|
980            and |Document.manakaiEntityBaseURI| attributes of the
981            document created.
982            (_ProcessingInstructionDTD): Sets the |manakaiBaseURI|
983            property of the created node.
984            (_SystemLiteral): Sets the |manakaiDeclarationBaseURI|
985            of the created node.
986            (ls-input-to-input-file.default): Sets the resolved
987            system identifier to the |documentURI| attribute if available.
988            Sets the |baseURI| attribute if available.
989    
990    2006-03-05  Wakaba  <wakaba@suika.fam.cx>
991    
992            * XDoctype.dis (DocumentTypeDefinition.implementation): New attribute.
993            (Node.baseURI): New attribute implementations.
994            (declarationBaseURI): Setter is added.
995            (manakaiDeclarationBaseURI): New attribute.
996    
997            * Tree.dis (Require): A reference to the |MURI:Generic|
998            module is added.
999            (Node.baseURI): The implementation is revised.
1000            (getNodeReference): Attribute node classes specialized
1001            to attribute names are supported.
1002            (contentBaseURI, htmlBaseURI): Removed.
1003            (manakaiEntityBaseURI): New attribute.
1004            (ManakaiDOMImplementationDocument): It now inherits
1005            the |urigen:URIImplementation| class.
1006    
1007            * DOMMain.dis (isRelativeDOMURI): The definition
1008            of the URI scheme is synced with |Message::URI::Generic|'s
1009            one.
1010    
1011            * DOMXML.dis (Require): A reference to |DISlib:DISMarkup|
1012            module is added.
1013            (DocumentType.implementation): New attribute.
1014            (Node.baseURI): Implementations are added.
1015            (manakaiDeclarationBaseURI): New attributes.
1016            (manakaiEntityBaseURI): New attributes.
1017            (manakaiEntityURI): New attribute.
1018            (manakaiExternal): New attribute.
1019            (manakaiBaseURI): New attribute.
1020            (ManakaiDOMXMLBaseAttr): New class.
1021    
1022    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
1023    
1024            * SimpleLS.dis (Require): Reference to the |MDOM:Tree|
1025            module was missing.
1026    
1027            * ManakaiDOMLS2003.dis: Some property names was incorrect.
1028    
1029            * Makefile (distclean): New rule.
1030    
1031    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
1032    
1033            * DOMLS.dis: Removed from the CVS repository, since
1034            it has been no longer required to make the |daf| system
1035            itself.
1036    
1037    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
1038    
1039            * Makefile: Revised for new |daf| database format.
1040    
1041    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
1042    
1043            * DOMFeature.dis (Require): Missing reference to |DISlib:Test|
1044            module is added.
1045    
1046    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
1047    
1048            * DOMLS.dis: Constants were typed as |dx:ErrorCode|
1049            by mistake.
1050    
1051    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
1052    
1053            * XMLParser.dis (ManakaiDOMXMLParser): Implements |DOMLS:ParseString10|
1054            feature.
1055    
1056            * DOMCore.dis (c:LSPARSER_NOT_FOUND_ERR): New exception type.
1057    
1058            * DOMLS.dis (DOMLS:ParseString): New (moved from |SimpleLS.dis|).
1059            (DOMImplementationLS.createLSParser): Implemented.
1060            (DOMImplementationLS.createLSInput): Revised.
1061            (LSInput): Note on relationship with |GenericLS| is added.
1062    
1063            * SimpleLS.dis (DOMLS:ParseString): Removed (moved to |SimpleLS.dis|).
1064    
1065    2006-02-17  Wakaba  <wakaba@suika.fam.cx>
1066    
1067            * XMLParser.dis (domConfig): New |targetType| of |xp:ManakaiDOMXMLParser|
1068            is introduced.
1069            (async, busy): Implemented.
1070            (parseString): Removed.
1071            (parse, parseURI): Implemented.
1072            (xp:ls-input-to-input-file): New configuration parameter.
1073            (shiftChar): Gets character from current file handle
1074            rather than replacement text.  Don't normalize
1075            line break characters for internal entities.  Don't
1076            throw |xp:wf-legal-literal-character| error
1077            for |RestrictedChar| appearing in internal entities.
1078            (DISPerl:dpgDef): Call |close| for each entity filehandler.
1079            (_EntityDeclaration): Copy document URI and base URI
1080            to the entity's |$decl| object.
1081            (ParseError): New code fragment.
1082            (getCopyOfEntityState): Creates filehandle from replacement
1083            text.
1084            (xp-error-lines): Don't appends text if no replacement
1085            text is available.
1086            (error-handler): New configuration parameter application resource.
1087            (ManakaiDOMLSInputToInputFile): New class.
1088            (ManakaiDOMInputFile): New class.
1089    
1090            * Tree.dis (getNodeReference): A dereferencing was missing.
1091    
1092            * DOMLS.dis (DOMLS:busy, DOMLS:lsKey): New properties.
1093    
1094    2006-02-17  Wakaba  <wakaba@suika.fam.cx>
1095    
1096            * XMLParser.dis: Default attribute are now namespace aware.
1097            (parseString): Don't output |Document| warnings
1098            during tree construction to standard error output.
1099    
1100    2006-02-16  Wakaba  <wakaba@suika.fam.cx>
1101    
1102            * XMLParser.dis: Name check for XML 1.0, XML Namespace 1.0, and
1103            XML Namespace 1.1 is implemented.  Namespace well-formedness
1104            error detection is implemented.  Generates |Notation| nodes
1105            from notation declarations.
1106            (checkNCName, checkQName): New code fragments.
1107    
1108            * XDoctype.dis (DocumentXDoctype): Factory methods
1109            don't check |MDOMX:MDOM_BAD_NAME| if |Document.strictErrorChecking|
1110            is |false|.
1111    
1112            * DOMCore.dis (wf-invalid-character-in-node-name,
1113            wf-invalid-character): Removed (moved to |MDOM:Tree| module).
1114    
1115            * Tree.dis '(wf-invalid-character-in-node-name,
1116            wf-invalid-character): New errors (from |MDOM:DOMCore| module).
1117            (Attr.specified): Setter added.
1118            (cfg:dtd-default-attributes): New configuration parameter.
1119            (Document.createEntityReference): Don't check |MDOMX:MDOM_BAD_NAME|
1120            if |Document.strictErrorChecking| is |false|.
1121    
1122    2006-02-15  Wakaba  <wakaba@suika.fam.cx>
1123    
1124            * XMLParser.dis: Set |allDeclarationsProcessed|
1125            attribute of the |Document| node.  Don't process entity
1126            and attribute definition list declarations after
1127            unread parameter entity reference.  Warns if an attribute definition is
1128            ignored (|xp:warning-attribute-definition-ignored|).  Set
1129            flags whether predefined entities are declared or not.
1130            WFC error |xp:wf-pes-in-internal-subset| is implemented.
1131    
1132    2006-02-15  Wakaba  <wakaba@suika.fam.cx>
1133    
1134            * XMLParser.dis: Issues |xp:error-internal-predefined-entity| error
1135            if a predefined entity declaration references an external entity.
1136            Issues |xp:error-malformed-predefined-entity| error if
1137            a predefined entity declaration defines different thing than
1138            one as in XML specification.  
1139            Issies |xp:warning-entity-declaration-ignored| warning if
1140            more than one entity declarations for an entity is found.
1141            (WFErrDef): Now all well-formedness errors are marked
1142            as |SEVERITY_FATAL_ERROR|.
1143    
1144            * XDoctype.dis (DocumentXDoctype.createDocumentTypeDefinition): Creates
1145            predefined entity declarations.
1146            (DocumentXDoctype.createNotation): New method.
1147            (DocumentTypeDefinition.notations): New attribute.
1148            (DocumentTypeDefinition.getNotationNode): New method.
1149            (DocumentTypeDefinition.setNotationNode): New method.
1150            (newNotationForTest): New code fragment.
1151    
1152            * Tree.dis (ManakaiDOMXML:ManakaiDOMNotations): Removed.
1153            (c:ManakaiDOMNotationMap): New class.
1154            (c:ManakaiDOMNotationMapArray): New class.
1155            (Document.allDeclarationsProcessed): New attribute.
1156    
1157            * DOMXML.dis (DocumentType.notations): Implemented.
1158            (Notation): Revised.
1159            (Notation.ownerDocumentTypeDefinition): New attribute.
1160    
1161    2006-02-14  Wakaba  <wakaba@suika.fam.cx>
1162    
1163            * XMLParser.dis: The |xp:wf-parsed-entity| and the |xp:wf-no-recursion|
1164            WFC errors are implemented.  Reports a |xp:wf-syntax-error|
1165            if a parameter entity declaration contains |NDATA| keyword.
1166            (setEmptyEntityState): Set |name| attribute.
1167    
1168            * Tree.dis (createEntityReference): Don't enter into inifinite
1169            loop even if entity replacement tree contains recursive
1170            reference directly or indirectly.
1171    
1172    2006-02-13  Wakaba  <wakaba@suika.fam.cx>
1173    
1174            * XMLParser.dis (_GeneralEntityReferenceAE): The |xp:wf-entity-declared|
1175            WFC error is implemented.
1176    
1177    2006-02-13  Wakaba  <wakaba@suika.fam.cx>
1178    
1179            * XMLParser.dis: Set |cfg:clone-entity-reference-subtree|
1180            configuration parameter |true| during tree construction
1181            to ensure default attribute value is cloned as is
1182            including entity reference subtree.
1183    
1184            * Tree.dis (cfg:clone-entity-reference-subtree): New configuration
1185            parameter.
1186            (Node.cloneNode): The |cfg:clone-entity-reference-subtree|
1187            configuration parameter support is added.
1188    
1189    2006-02-12  Wakaba  <wakaba@suika.fam.cx>
1190    
1191            * XMLParser.dis (parseString): General |Entity| replacement
1192            tree is not constructed because of a typo.  Clears |EntityReference|
1193            content before constructing |Entity| replacement tree.
1194            The |xp:wf-entity-declared| well-formedness constraint
1195            for entity references in attribute value literal is implemented.
1196    
1197    2006-02-11  Wakaba  <wakaba@suika.fam.cx>
1198    
1199            * XMLParser.dis: |xp:wf-entity-declared| well-formedness
1200            constaraint for entity references that appear in
1201            content of elements is implemented.   Set |EntityReference.isExpanded|
1202            attribute.
1203            (getEmptyEntityState): New code.
1204    
1205            * XDoctype.dis (DocumentTypeDefinition.nodeType): Duplicate
1206            definition is removed.
1207    
1208            * DOMXML.dis (Entity.isExternallyDeclared): New attribute.
1209            (EntityReference.isExpanded): Setter is added.
1210    
1211    2006-02-11  Wakaba  <wakaba@suika.fam.cx>
1212    
1213            * XMLParser.dis: |xp:wf-no-lt-in-attribute-values|
1214            and |xp:wf-no-external-entity-references| well-formedness
1215            constraints are implemented.
1216    
1217  2006-02-11  Wakaba  <wakaba@suika.fam.cx>  2006-02-11  Wakaba  <wakaba@suika.fam.cx>
1218    
1219          * XMLParser.dis ($self->{has_error}): Removed.          * XMLParser.dis ($self->{has_error}): Removed.

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.214

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24