1 |
|
2005-12-31 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMCore.dis (DOMError.location): Returns an empty |DOMLocator| |
4 |
|
if it is not provided. |
5 |
|
|
6 |
|
* XMLParser.dis: Parsing methods to skip document |
7 |
|
type declaration is added. |
8 |
|
|
9 |
|
2005-12-29 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* XMLParser.dis (shiftChar): Checks characters are legal |
12 |
|
or not. Normalize end-of-lines. |
13 |
|
(rule _XMLDeclaration_): Implemented. |
14 |
|
(WFErrDef): Well-formedness error |wf-syntax-error|, |
15 |
|
|wf-pi-target-is-xml|, |wf-no-end-tag|, |
16 |
|
|wf-unsupported-xml-version|, |wf-malformed-enc-name|, |
17 |
|
|wf-malformed-xml-standalone|, |wf-legal-literal-character|, |
18 |
|
|wf-element-type-match|, |wf-unique-att-spec|, |
19 |
|
|wf-legal-character| added. |
20 |
|
(%character-code-point): New formatter rule. |
21 |
|
|
22 |
|
* Tree.dis (Document.xmlEncoding): It is now read-write attribute. |
23 |
|
|
24 |
|
* DOMCore.dis (DOMError.stringify): Added. |
25 |
|
(error-handler.default): Returns |false| (don't continue) |
26 |
|
when the error severity is |SEVERITY_FATAL_ERROR|. |
27 |
|
|
28 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* XMLParser.dis (DocumentEntity): Typos fixed. |
31 |
|
(|lexmode|s): New |?default-token| statements are used |
32 |
|
so that tokenizer description has been simplified |
33 |
|
and CDATA sections now can be parsed. |
34 |
|
|
35 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* XMLParser.dis: Some modifications made. |
38 |
|
|
39 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a |
42 |
|
global named resource. |
43 |
|
|
44 |
|
* Makefile: Rules to make |XMLParser.pm| is added. |
45 |
|
|
46 |
|
* XMLParser.dis: New file. |
47 |
|
|
48 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error |
51 |
|
message formatter can now vary by error types. |
52 |
|
(DOMLocator.utf32Offset): New (manakai extended) attribute. |
53 |
|
|
54 |
|
2005-12-23 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* DOMCore.dis (DOMLocator): Implemented. |
57 |
|
|
58 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DOMCore.dis (DOMConfigurationParameterApplication, |
61 |
|
domConfigurationParameter): New resources. |
62 |
|
|
63 |
|
2005-11-25 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error): |
66 |
|
New methods. |
67 |
|
|
68 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| |
71 |
|
blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks. |
72 |
|
|
73 |
|
* DOMMain.dis (___report_error): Throws the error unkess |
74 |
|
it is a |DOMCore:DOMError| object. |
75 |
|
|
76 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* DOMCore.dis (severity, type): Getters return value from |
79 |
|
the definition of the current error (i.e. |-def| hash). |
80 |
|
(___error_def): New method. |
81 |
|
(errorType): |dis:dataType| changed to |DISCore:TFQNames| |
82 |
|
to ease natural reference to constant value. |
83 |
|
(error-handler.default): Prints the error message by |warn|. |
84 |
|
|
85 |
|
* Tree.dis (nodeValue.set): Reimplemented so that it |
86 |
|
warns as setting has no effect. |
87 |
|
(___report_error): New method. (It had been only implemented |
88 |
|
in superclass.) |
89 |
|
(setting-node-value-no-effect): New error type. |
90 |
|
|
91 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
* DOMCore.dis: Error codes added. |
* DOMCore.dis: Error codes added. |