| 1 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* SimpleLS.dis: Reimplemented. |
| 4 |
|
|
| 5 |
|
2006-04-22 Wakaba <wakaba@suika.fam.cx> |
| 6 |
|
|
| 7 |
|
* DOMCore.dis (NO_MODIFICATION_ALLOWED_ERR): It is now |
| 8 |
|
a qualified name. |
| 9 |
|
(tc:EXTERNAL_NODE_COMPARISON_ERR): New error type. |
| 10 |
|
|
| 11 |
|
* TreeCore.dis (compareDocumentPosition): Implemented. |
| 12 |
|
(normalize): Implemented. |
| 13 |
|
(STORESIZE, CLEAR): Were not implemented for |EmptyNodeList| |
| 14 |
|
class. |
| 15 |
|
|
| 16 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
| 17 |
|
|
| 18 |
|
* DOMCore.dis (OUT_OF_BOUND_ERR, NEGATIVE_INDEX_ERR): Removed. |
| 19 |
|
|
| 20 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
| 21 |
|
|
| 22 |
|
* CharacterData.dis (length, insertData, substringData, |
| 23 |
|
appendData, deleteData, replaceData, splitText): Reimplemented. |
| 24 |
|
|
| 25 |
|
* DOMCore.dis (NEGATIVE_LENGTH_ERR): New error. |
| 26 |
|
(c:index): The definition was missing. |
| 27 |
|
(c:length): New property. |
| 28 |
|
|
| 29 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
| 30 |
|
|
| 31 |
|
* XMLParser.dis (close): Invoke |close| method |
| 32 |
|
rather than |close| function. |
| 33 |
|
|
| 34 |
|
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
| 35 |
|
|
| 36 |
|
* CharacterData.dis: New module split from |TreeCore.dis|. |
| 37 |
|
|
| 38 |
|
* CharacterData.pm: Added to the CVS repository. |
| 39 |
|
|
| 40 |
|
* TreeCore.dis: The |CharacterData|, |Text|, and |Comment| |
| 41 |
|
interfaces are removed. |
| 42 |
|
(Require): A reference to the |MDOM:CharacterData| module |
| 43 |
|
is added. |
| 44 |
|
|
| 45 |
|
* DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. |
| 46 |
|
|
| 47 |
|
* DOMCore.dis (StringOutOfBoundsException): New error. |
| 48 |
|
|
| 49 |
|
* Makefile: |CharacterData.pm| is added. |
| 50 |
|
|
| 51 |
|
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
| 52 |
|
|
| 53 |
|
* XMLParser.dis (Require): Requires the |MCharset:Encode| |
| 54 |
|
module. |
| 55 |
|
(parse): Set the |inputEncoding| attribute of the generated document |
| 56 |
|
object. |
| 57 |
|
(resolveLSInput default implementation): The |byteStream| |
| 58 |
|
and |encoding| attributes of the |LSInput| interface |
| 59 |
|
are now supported. |
| 60 |
|
(resolveLSInput): Parameters |impl| and |parser| are added. |
| 61 |
|
(InputFile.inputEncoding): New attribute. |
| 62 |
|
|
| 63 |
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
2006-04-04 Wakaba <wakaba@suika.fam.cx> |
| 64 |
|
|
| 65 |
* Document.dis (adoptNode test): Documents were |
* Document.dis (adoptNode test): Documents were |