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