1 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (DOMError, DOMErrorHandler): Reimplemented. |
4 |
|
(ErrDef): Redefined. |
5 |
|
|
6 |
|
* DOMLS.dis (ErrDef): Redefined. |
7 |
|
|
8 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* DOMCore.dis (DOMConfiguration): Extends "ManakaiDOM:ManakaiDOMObject". |
11 |
|
|
12 |
|
2005-10-15 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* DOMCore.dis (Require): References "DOMLS.dis" module. |
15 |
|
(CParam): Definitions for LS module added. |
16 |
|
|
17 |
|
* DOMLS.dis (ManakaiDOMLSInput): The input processor |
18 |
|
is also an output processor now. |
19 |
|
(ManakaiDOMLSResourceResolver): Implemented. |
20 |
|
(CParam): Definitions updated. |
21 |
|
|
22 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* DOMCore.dis (NOT_RECOGNIZED_CONFIG_PARAM_ERR, |
25 |
|
NOT_SUPPORTED_CONFIG_VALUE_ERR, |
26 |
|
INCOMPATIBLE_CONFIG_VALUE_ERR): New error subcodes. |
27 |
|
(DOMConfiguration): Implemented. |
28 |
|
(CParam): Definitions updated. |
29 |
|
|
30 |
|
* DOMMain.dis (DOMURIs): New data type. |
31 |
|
|
32 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* DOMCore.dis (setAttrValueNS): New code. |
35 |
|
|
36 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* DOMCore.dis: Don't set "infoset:prefix" internal |
39 |
|
property unless it has non-null value. |
40 |
|
(newObject): "refNode" parameter introduced. |
41 |
|
(ManakaiDOMNode.newObject): Calls "NodeStem.newNode" |
42 |
|
method if "refNode" parameter is specified. |
43 |
|
(cloneNode): Don't set "read-only" flag. |
44 |
|
(getNodeReference): Caches the result. |
45 |
|
(selectAttributeNodeForRemove): Don't removes any other |
46 |
|
non-namespace-aware attribute nodes. |
47 |
|
|
48 |
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |
* DOMCore.dis (appendChild, createElementNS, createAttributeNS, |