1 |
|
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): |
4 |
|
Reimplemented. |
5 |
|
(isId): Setter is added. |
6 |
|
(Element.normalize): Definition copied from the |MDOM:Tree| |
7 |
|
module. |
8 |
|
|
9 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Makefile (clean-db): New rule. |
12 |
|
|
13 |
|
* TreeCore.dis (setUserData): Schedule to invoke |
14 |
|
the user data handler when the node is removed |
15 |
|
from the memory. |
16 |
|
(setAttribute, setAttributeNS): Set the [attribute type] |
17 |
|
if DTD attribute definition is available. |
18 |
|
(CharacterData members): Definitions copied from |
19 |
|
the |MDOM:Tree| module. |
20 |
|
|
21 |
|
2006-03-31 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* DOMCore.dis (DOMStringList.==): New overloaded operator. |
24 |
|
|
25 |
|
* DOMFeature.dis (ManakaiHasFeatureByGetFeature): The |
26 |
|
class did not implement the |GetFeature| interface. |
27 |
|
(hasFeature): The |+| prefix was not taken into account. |
28 |
|
|
29 |
|
* TreeCore.dis (Node): The class now inherits |
30 |
|
the |ManakaiHasFeatureByGetFeature| class. It now |
31 |
|
implements the |f:GetFeature| and |ecore:MUErrorTarget| |
32 |
|
interfaces. |
33 |
|
(CreateNodeRefMethod): The |mg:nodeRefInterfaces| option |
34 |
|
is supported. |
35 |
|
(lookupNamespaceURI, lookupPrefix, isDefaultNamespace): Reimplemented. |
36 |
|
(manakaiParentElement): New attribute. |
37 |
|
|
38 |
|
* XDoctype.dis (d:Feature): Old feature name |ManakaiDOM:XDoctype| |
39 |
|
is removed. |
40 |
|
(lookupPrefix): Old method implementation is removed. |
41 |
|
|
42 |
|
* XML.dis (CDATASection): The |mg:NodeRefRole| was |
43 |
|
missing because of the |DISCore:stopISARecursive| property. |
44 |
|
|
45 |
|
* TreeCore.dis, XML.dis, XDoctype.dis, DOMCore.dis, DOMFeature.dis: |
46 |
|
They now pass all tests included in those modules! |
47 |
|
|
48 |
|
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
51 |
|
module is added. |
52 |
|
(ManakaiDOMStringList.DESTROY): Removed (no longer necessary). |
53 |
|
(ManakaiDOMImplementation): It now inherits |
54 |
|
the |urigen:ManakaiURIImplementation| class and |
55 |
|
implements the |ecore:MUErrorTarget| interface. It no |
56 |
|
longer inherits the |ManakaiDOM:ManakaiDOMObject| class. |
57 |
|
(ManakaiDOMImplementation.___report_error): New method. |
58 |
|
|
59 |
|
* DOMFeature.dis (Require): It now references the |Util:Grove| |
60 |
|
module instead of |Util:ManakaiNode| module. |
61 |
|
(DOMMetaImpl:ManakaiDOMImplementationRole): Removed. |
62 |
|
(f:ManakaiMinimumImplementationCompatible): New role. |
63 |
|
(ManakaiMinimumImplementation): Now it is built |
64 |
|
on the new |Util:Grove| module rather than the |Util:ManakaiNode| |
65 |
|
module. |
66 |
|
(f:getFeatureImpl): Moved from the |MDOM:TreeCore| module. |
67 |
|
(c:implementation): Removed. |
68 |
|
(f:implementation, f:revImplementation): New properties. |
69 |
|
|
70 |
|
* DOMMain.dis (checkNamespacePrefix): DOM2 codes are removed. |
71 |
|
|
72 |
|
* Tree.dis (cfg:clone-entity-reference-subtree, |
73 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
74 |
|
cfg:strict-document-children): Removed (moved |
75 |
|
to the |MDOM:TreeCore| module). |
76 |
|
|
77 |
|
* TreeCore.dis (Require): The reference to the |MURI:Generic| |
78 |
|
module is removed. |
79 |
|
(ManakaiDOMImplementationTC): Some members are removed |
80 |
|
since they are incorporated to the |c:ManakaiDOMImplementation| |
81 |
|
or the |f:ManakaiMinimumImplementation|. |
82 |
|
(tc:nodeRefClass): Removed (moved to the |Util:Grove| module). |
83 |
|
(replaceChildImpl1): A typo on the removing the parent node |
84 |
|
of the old child node is fixed. |
85 |
|
(f:getFeatureImpl): Removed (moved to the |MDOM:DOMFeature| |
86 |
|
module). |
87 |
|
(tc:implementation, tc:revImplementation): Removed (moved |
88 |
|
to the |MDOM:DOMFeature| module). |
89 |
|
(Document.appendChild, insertBefore, replaceChild): Sets |
90 |
|
the |ownerDocument| attribute of the |tx:DocumentType| nodes. |
91 |
|
(Attr.prefix, Element.prefix): Don't raise "uninitialized" |
92 |
|
when the new value is |null|. |
93 |
|
(Attr.___create_node_ref): Attribute name and |
94 |
|
owner element type specific classes are supported (it |
95 |
|
was partially implemented but was incorrect). |
96 |
|
(ManakaiDOMGetElementsNodeList.item): Don't return |
97 |
|
a node if the |index| is negative. |
98 |
|
(setNamedItem): Various typos are fixed. |
99 |
|
(removeNamedItem): The node was not removed orz |
100 |
|
(cfg:clone-entity-reference-subtree, |
101 |
|
cfg:dtd-default-attributes, cfg:xml-id, |
102 |
|
cfg:strict-document-children): Definitions are moved |
103 |
|
from the |MDOM:Tree| module. Note that the tests for default |
104 |
|
attributes still fail. |
105 |
|
(ErrDef, IntPropDef): Moved from the |MDOM:Tree| module. |
106 |
|
(Attr): Role name was incorrect. |
107 |
|
|
108 |
|
* XDoctype.dis (setDefinitionNode): Return value was |
109 |
|
not set. |
110 |
|
(AttributeDefinition): Role name was incorrect. |
111 |
|
|
112 |
|
* XML.dis (Require): A reference to the |DISlib:DISMarkup| |
113 |
|
module is added. |
114 |
|
(Notation.appendChild, insertBefore, replaceChild): New method |
115 |
|
implementations. |
116 |
|
(Entity.appendChild, insertBefore, replaceChild): New method |
117 |
|
implementations. |
118 |
|
(EntityReference.appendChild, insertBefore, replaceChild): Now |
119 |
|
they are defined as copies of ones in the |Entity| class. |
120 |
|
(XMLBaseAttribute, XMLIdAttribute): Now they are |
121 |
|
namespace unaware attributes. |
122 |
|
(XMLBaseAttributeNS, XMLIdAttributeNS): New attributes. |
123 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): References |
124 |
|
to namespace aware attributes are added. |
125 |
|
|
126 |
|
2006-03-29 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* DOMCore.dis: Namespace prefixes are changed to new ones. |
129 |
|
|
130 |
|
* TreeCore.dis (createDocument, createDocumentType): Reimplemented (but |
131 |
|
untested). |
132 |
|
(___report_error): Reimplemented (untested). |
133 |
|
(manakaiSetReadOnly): New method. |
134 |
|
(Attr.___create_node_ref): New method (untested). |
135 |
|
(Document.getFeature): |require|s the |MDOM:XML| Perl module. |
136 |
|
(createEntityReference, cloneNode): Support for |
137 |
|
the |cfg:entity-reference-read-only| configuration |
138 |
|
parameter is removed; newly created entity references |
139 |
|
are always read-only and use the |manakaiSetReadOnly| method |
140 |
|
if desired. |
141 |
|
(Element.manakaiBaseURI): Reimplemented (untested). |
142 |
|
|
143 |
|
* XDoctype.dis (createGeneralEntity, createNotation): |require|s |
144 |
|
the |MDOM:XML| Perl module. |
145 |
|
(DocumentTypeDefinition.___create_node_stem): Sets |
146 |
|
the |tc:implementation| internal property if its value |
147 |
|
is provided. The |infoset:content| internal property name |
148 |
|
was incorrect. |
149 |
|
(DocumentTypeDefinition, ElementTypeDefinition): |MUST|s on |
150 |
|
read-only |NodeList| and |DOMStringList| are added |
151 |
|
for clarification. |
152 |
|
|
153 |
|
2006-03-26 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* DOMCore.dis (Require): Reference to the |MDOM:TreeCore| |
156 |
|
module is added. |
157 |
|
(DOMStringList): Reimplemented for new |d:AttributeDefinition| |
158 |
|
implementation (untested). |
159 |
|
|
160 |
|
* TreeCore.dis (baseURI): Reimplemented (untested). |
161 |
|
(Roles): Definitions added. |
162 |
|
|
163 |
|
* XDoctype.dis (Require): References to the |MDOM:TreeCore| |
164 |
|
and |MDOM:XML| modules are added. Reference to the |MDOM:Tree| |
165 |
|
module is removed. |
166 |
|
(DocumentXDoctype): Reimplemented (untested). |
167 |
|
(DocumentTypeDefinition, DocumentTypeDeclaration): |
168 |
|
Reimlemented (untested). |
169 |
|
(ElementTypeDefinition, AttributeDefinition): Reimplemented (untested). |
170 |
|
|
171 |
|
* XML.dis (FeatureDef): New features (definitions copied |
172 |
|
from the |MDOM:DOMXML| module). |
173 |
|
(DocumentType): New interface (definition copied from |
174 |
|
the |MDOM:DOMXML| module). |
175 |
|
(CDATASection, Notation, Entity, EntityReference, ProcessingInstruction): |
176 |
|
Reimplemented (untested). |
177 |
|
(ManakaiDOMXMLBaseAttr, ManakaiDOMXMLIdAttr): Reimplemented (untested). |
178 |
|
|
179 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* TreeCore.dis (Document): Most methods are reimplemented (untested). |
182 |
|
|
183 |
|
2006-03-25 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* TreeCore.dis (Document): Attributes are reimplemented (untested). |
186 |
|
(Text, DocumentFragment, Comment): Most members are |
187 |
|
reimplemented (untested). |
188 |
|
|
189 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* DOMMain.dis (checkXMLNamesQName): Some checks are |
192 |
|
removed to sync with DOM Level 3 Core specification. |
193 |
|
|
194 |
|
* TreeCore.dis (Element): Most methods are reimplemented (untested). |
195 |
|
(GetElementsNodeList): Reimplemented (untested). |
196 |
|
|
197 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* Tree.dis (cfg:strict-document-children): The configuration |
200 |
|
parameter must also affect on |manakaiAppendText| |
201 |
|
and |textContent| on |Document| nodes. |
202 |
|
|
203 |
|
* TreeCore.dis (Node.CreateNodeRefMethod): The |tc:nodeRefClass| |
204 |
|
parameter changes the class to |bless|. |
205 |
|
(Node): Most methods are reimplemented. (Untested) |
206 |
|
(CharacterData, Attr): Most methods and attributes are |
207 |
|
reimplemented. (Untested) |
208 |
|
|
209 |
|
* XML.dis, XDoctype.dis: Most |Node| methods are |
210 |
|
reimplemented (untested). |
211 |
|
|
212 |
|
2006-03-23 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* TreeCore.dis, XML.dis, XDoctype.dis (Node.textContent): Reimplemented |
215 |
|
(untested). |
216 |
|
|
217 |
|
2006-03-22 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* DOMCore.dis (DOMSTRING_SIZE_ERR): It now has |
220 |
|
a qualified name. |
221 |
|
|
222 |
|
* DOMMain.dis (ensureNamespacePrefix): Undefines |
223 |
|
the prefix if it is an empty string. (Note that |
224 |
|
it is defined as implementation dependent in |
225 |
|
DOM Level 3 Core specification). |
226 |
|
|
227 |
|
* TreeCore.dis (Require): It now references the |MDOM:XDoctype| |
228 |
|
module. |
229 |
|
(Node): Attributes are reimplemented (untested). |
230 |
|
|
231 |
|
* XML.dis (Require): It now references the |MDOMX:XDoctype| |
232 |
|
module. |
233 |
|
(Node): Attributes are reimplemented (untested). |
234 |
|
(Entity, Notation): New interfaces. |
235 |
|
|
236 |
|
* XDoctype.dis (Node): Attributes are reimplemented (untested). |
237 |
|
|
238 |
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
* TreeCore.dis (childNodes, firstChild, lastChild, |
* TreeCore.dis (childNodes, firstChild, lastChild, |