1 |
|
2006-05-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Traversal.dis (SerialWalker): New interface. |
4 |
|
(manakaiCreateSerialWalker): New method. |
5 |
|
|
6 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Traversal.dis (testNode): Calls |acceptNode| method |
9 |
|
rather than |&{}| dereferencing. |
10 |
|
(acceptNode): Implemented. |
11 |
|
|
12 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* XDP.dis: New module. |
15 |
|
|
16 |
|
* Makefile: |XDP.dis| is added. |
17 |
|
|
18 |
|
* Traversal.dis (NodeFilter): |InputProcessor| |
19 |
|
and |OutputProcessor| are added. |
20 |
|
|
21 |
|
2006-05-13 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* Traversal.dis (MANAKAI_FILTER_OPAQUE): New |AcceptNode| value. |
24 |
|
(TreeWalker): The |MANAKAI_FILTER_OPAQUE| value support |
25 |
|
is added. The |FILTER_REJECT| value is treated |
26 |
|
as |FILTER_ACCEPT| if the |currentNode| is in the |
27 |
|
rejected subtree as specified in the spec. |
28 |
|
|
29 |
|
2006-05-05 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* SimpleLS.dis: An |xmlns:| prefix was missing. |
32 |
|
|
33 |
|
2006-05-04 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* SimpleLS.dis: Namespace bugs are fixed. |
36 |
|
|
37 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* .cvsignore: Updated. |
40 |
|
|
41 |
|
* Traversal.dis: Unused declarations are removed. |
42 |
|
|
43 |
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
* CharacterData.dis (Require): A reference to |
* CharacterData.dis (Require): A reference to |