1 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XDP.dis (createXDPRNIKeyword): The Perl method |
4 |
|
name property is added. |
5 |
|
|
6 |
|
2006-05-20 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* XDP.dis (createXDPIf): New method. |
9 |
|
(XDPIfElement): New interface. |
10 |
|
|
11 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* XDP.dis (createXDPElement, createXDPAttlist, createXDPAttrDefinition): |
14 |
|
New methods. |
15 |
|
|
16 |
|
2006-05-15 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* XDP.dis (XDPDocument): A number of constructor methods |
19 |
|
are added. |
20 |
|
(XDPTextDecl.dtdText): The |xml| target was missing. |
21 |
|
|
22 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* Traversal.dis (SerialWalker): New interface. |
25 |
|
(manakaiCreateSerialWalker): New method. |
26 |
|
|
27 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
30 |
|
rather than |&{}| dereferencing. |
31 |
|
(acceptNode): Implemented. |
32 |
|
|
33 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* XDP.dis: New module. |
36 |
|
|
37 |
|
* Makefile: |XDP.dis| is added. |
38 |
|
|
39 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
40 |
|
and |OutputProcessor| are added. |
41 |
|
|
42 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
45 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
46 |
|
is added. The |FILTER_REJECT| value is treated |
47 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
48 |
|
rejected subtree as specified in the spec. |
49 |
|
|
50 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
53 |
|
|
54 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
57 |
|
|
58 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* .cvsignore: Updated. |
61 |
|
|
62 |
|
* Traversal.dis: Unused declarations are removed. |
63 |
|
|
64 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* CharacterData.dis (Require): A reference to |
67 |
|
the |MDOM:Traversal| module is added. |
68 |
|
(wholeText): Implemented. |
69 |
|
|
70 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* Makefile: |Traversal.dis| is added. |
73 |
|
|
74 |
|
* Traversal.dis: New module. |
75 |
|
|
76 |
|
* TreeCore.dis (___report_error): Return value was |
77 |
|
not propagated. |
78 |
|
|
79 |
|
2006-04-29 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* Element.dis (removeAttributeNS): A runtime error |
82 |
|
was occurred if there was no specified attribute node. |
83 |
|
|
84 |
|
* TreeCore.dis (manakaiLanguage): New attribute. |
85 |
|
|
86 |
|
2006-04-28 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* TreeCore.dis (NodeList.manakaiReadOnly, NamedNodeMap.manakaiReadOnly): |
89 |
|
New attributes. |
90 |
|
|
91 |
|
(StaticNodeList): New interface. |
92 |
|
|
93 |
|
2006-04-24 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* DOMCore.dis (c:SET_TO_NULL_ERR): New error code. |
96 |
|
|
97 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* SimpleLS.dis: Reimplemented. |
100 |
|
|
101 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
104 |
|
a qualified name. |
105 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
106 |
|
|
107 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
108 |
|
(normalize): Implemented. |
109 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
110 |
|
class. |
111 |
|
|
112 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
115 |
|
|
116 |
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
* CharacterData.dis (length, insertData, substringData, |
* CharacterData.dis (length, insertData, substringData, |