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