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> |
2006-03-30 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
* DOMCore.dis (Require): A reference to the |MURI:Generic| |
* DOMCore.dis (Require): A reference to the |MURI:Generic| |