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