1 |
|
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMXML.dis (DocumentType.childNodes): Removed |
4 |
|
from |ManakaiDOM:ManakaiDOMLatest| variant. |
5 |
|
|
6 |
|
* XMLParser.dis: Parsing of general internal entities implemented. |
7 |
|
(_DocumentTypeDeclaration): Appends a document type definition |
8 |
|
node to the document. |
9 |
|
(_ProcessingInstructionDTD): Appends a processing |
10 |
|
instruction node to the document type definition. |
11 |
|
(Element_): Document element could not be an |EmptyElemTag|. |
12 |
|
|
13 |
|
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* DOMFeature.dis (featuresParamToFeaturesHash): New block |
16 |
|
code (seprated from |InputProcessor|). Now |
17 |
|
a |features| parameter's version can be specified by |
18 |
|
an array reference that contains a set of version |
19 |
|
numbers. A test added. |
20 |
|
|
21 |
|
* XMLParser.dis: A test added. |
22 |
|
|
23 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DOMCore.dis (Test): Don't invoke |DESTROY| method |
26 |
|
because it does not work with dummy object used in the test code. |
27 |
|
|
28 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DOMMain.dis (checkXMLNamesQName): Checks whether |
31 |
|
namespace URI is defined for not being warned. |
32 |
|
|
33 |
|
* XDoctype.dis: New module. |
34 |
|
|
35 |
|
* DOMCore.dis (DOMStringList): Test added. |
36 |
|
|
37 |
|
* Makefile: |XDoctype.pm| added. |
38 |
|
|
39 |
|
* Tree.dis (Require): Requires |XDoctype.dis|. |
40 |
|
(ManakaiDOMNodeObjectNode.eq): Added. |
41 |
|
(Test): |DOMError.location| must return a |DOMLocator| |
42 |
|
object (it was incorrectly tested to return |null|). |
43 |
|
(EmptyNodeList.DESTROY): Removed. |
44 |
|
|
45 |
|
2006-01-04 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and |
48 |
|
|ATTRIBUTE_DEFINITION_NODE| node types added. |
49 |
|
(appendChild, insertBefore, replaceChild): New |
50 |
|
two node types added and processing instruction nodes |
51 |
|
as document type definition node child is allowed |
52 |
|
in |ManakaiDOM:ManakaiDOMLatest| mode. |
53 |
|
(getNodeReference): New |interface| parameter |
54 |
|
to filter classes by interface is added. |
55 |
|
(ElementTypeDefinitionRole): New role. |
56 |
|
(AttributeDefinitionRole): New role. |
57 |
|
|
58 |
|
2006-01-02 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DOMCore.dis (DOMStringList): Reimplemented as tied array. |
61 |
|
|
62 |
|
2005-12-31 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* DOMCore.dis (DOMError.location): Returns an empty |DOMLocator| |
65 |
|
if it is not provided. |
66 |
|
|
67 |
|
* XMLParser.dis: Parsing methods to skip document |
68 |
|
type declaration is added. |
69 |
|
|
70 |
|
2005-12-29 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* XMLParser.dis (shiftChar): Checks characters are legal |
73 |
|
or not. Normalize end-of-lines. |
74 |
|
(rule _XMLDeclaration_): Implemented. |
75 |
|
(WFErrDef): Well-formedness error |wf-syntax-error|, |
76 |
|
|wf-pi-target-is-xml|, |wf-no-end-tag|, |
77 |
|
|wf-unsupported-xml-version|, |wf-malformed-enc-name|, |
78 |
|
|wf-malformed-xml-standalone|, |wf-legal-literal-character|, |
79 |
|
|wf-element-type-match|, |wf-unique-att-spec|, |
80 |
|
|wf-legal-character| added. |
81 |
|
(%character-code-point): New formatter rule. |
82 |
|
|
83 |
|
* Tree.dis (Document.xmlEncoding): It is now read-write attribute. |
84 |
|
|
85 |
|
* DOMCore.dis (DOMError.stringify): Added. |
86 |
|
(error-handler.default): Returns |false| (don't continue) |
87 |
|
when the error severity is |SEVERITY_FATAL_ERROR|. |
88 |
|
|
89 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* XMLParser.dis (DocumentEntity): Typos fixed. |
92 |
|
(|lexmode|s): New |?default-token| statements are used |
93 |
|
so that tokenizer description has been simplified |
94 |
|
and CDATA sections now can be parsed. |
95 |
|
|
96 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* XMLParser.dis: Some modifications made. |
99 |
|
|
100 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a |
103 |
|
global named resource. |
104 |
|
|
105 |
|
* Makefile: Rules to make |XMLParser.pm| is added. |
106 |
|
|
107 |
|
* XMLParser.dis: New file. |
108 |
|
|
109 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error |
112 |
|
message formatter can now vary by error types. |
113 |
|
(DOMLocator.utf32Offset): New (manakai extended) attribute. |
114 |
|
|
115 |
|
2005-12-23 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* DOMCore.dis (DOMLocator): Implemented. |
118 |
|
|
119 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* DOMCore.dis (DOMConfigurationParameterApplication, |
122 |
|
domConfigurationParameter): New resources. |
123 |
|
|
124 |
|
2005-11-25 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* Tree.dis (NodeList.___report_error, NamedNodeMap.___report_error): |
127 |
|
New methods. |
128 |
|
|
129 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* DOMMain.dis, DOMLS.dis, DOMXML.dis, Tree.dis: Old |__WARNING__| |
132 |
|
blocks are replaced by |DOMError|-based |__DOMCore:ERROR__| blocks. |
133 |
|
|
134 |
|
* DOMMain.dis (___report_error): Throws the error unkess |
135 |
|
it is a |DOMCore:DOMError| object. |
136 |
|
|
137 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* DOMCore.dis (severity, type): Getters return value from |
140 |
|
the definition of the current error (i.e. |-def| hash). |
141 |
|
(___error_def): New method. |
142 |
|
(errorType): |dis:dataType| changed to |DISCore:TFQNames| |
143 |
|
to ease natural reference to constant value. |
144 |
|
(error-handler.default): Prints the error message by |warn|. |
145 |
|
|
146 |
|
* Tree.dis (nodeValue.set): Reimplemented so that it |
147 |
|
warns as setting has no effect. |
148 |
|
(___report_error): New method. (It had been only implemented |
149 |
|
in superclass.) |
150 |
|
(setting-node-value-no-effect): New error type. |
151 |
|
|
152 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
* DOMCore.dis: Error codes added. |
* DOMCore.dis: Error codes added. |