1 |
|
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMFeature.dis (featuresParamToFeaturesHash): New block |
4 |
|
code (seprated from |InputProcessor|). Now |
5 |
|
a |features| parameter's version can be specified by |
6 |
|
an array reference that contains a set of version |
7 |
|
numbers. A test added. |
8 |
|
|
9 |
|
* XMLParser.dis: A test added. |
10 |
|
|
11 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* DOMCore.dis (Test): Don't invoke |DESTROY| method |
14 |
|
because it does not work with dummy object used in the test code. |
15 |
|
|
16 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DOMMain.dis (checkXMLNamesQName): Checks whether |
19 |
|
namespace URI is defined for not being warned. |
20 |
|
|
21 |
|
* XDoctype.dis: New module. |
22 |
|
|
23 |
|
* DOMCore.dis (DOMStringList): Test added. |
24 |
|
|
25 |
|
* Makefile: |XDoctype.pm| added. |
26 |
|
|
27 |
|
* Tree.dis (Require): Requires |XDoctype.dis|. |
28 |
|
(ManakaiDOMNodeObjectNode.eq): Added. |
29 |
|
(Test): |DOMError.location| must return a |DOMLocator| |
30 |
|
object (it was incorrectly tested to return |null|). |
31 |
|
(EmptyNodeList.DESTROY): Removed. |
32 |
|
|
33 |
|
2006-01-04 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and |
36 |
|
|ATTRIBUTE_DEFINITION_NODE| node types added. |
37 |
|
(appendChild, insertBefore, replaceChild): New |
38 |
|
two node types added and processing instruction nodes |
39 |
|
as document type definition node child is allowed |
40 |
|
in |ManakaiDOM:ManakaiDOMLatest| mode. |
41 |
|
(getNodeReference): New |interface| parameter |
42 |
|
to filter classes by interface is added. |
43 |
|
(ElementTypeDefinitionRole): New role. |
44 |
|
(AttributeDefinitionRole): New role. |
45 |
|
|
46 |
|
2006-01-02 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* DOMCore.dis (DOMStringList): Reimplemented as tied array. |
49 |
|
|
50 |
|
2005-12-31 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* DOMCore.dis (DOMError.location): Returns an empty |DOMLocator| |
53 |
|
if it is not provided. |
54 |
|
|
55 |
|
* XMLParser.dis: Parsing methods to skip document |
56 |
|
type declaration is added. |
57 |
|
|
58 |
|
2005-12-29 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* XMLParser.dis (shiftChar): Checks characters are legal |
61 |
|
or not. Normalize end-of-lines. |
62 |
|
(rule _XMLDeclaration_): Implemented. |
63 |
|
(WFErrDef): Well-formedness error |wf-syntax-error|, |
64 |
|
|wf-pi-target-is-xml|, |wf-no-end-tag|, |
65 |
|
|wf-unsupported-xml-version|, |wf-malformed-enc-name|, |
66 |
|
|wf-malformed-xml-standalone|, |wf-legal-literal-character|, |
67 |
|
|wf-element-type-match|, |wf-unique-att-spec|, |
68 |
|
|wf-legal-character| added. |
69 |
|
(%character-code-point): New formatter rule. |
70 |
|
|
71 |
|
* Tree.dis (Document.xmlEncoding): It is now read-write attribute. |
72 |
|
|
73 |
|
* DOMCore.dis (DOMError.stringify): Added. |
74 |
|
(error-handler.default): Returns |false| (don't continue) |
75 |
|
when the error severity is |SEVERITY_FATAL_ERROR|. |
76 |
|
|
77 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* XMLParser.dis (DocumentEntity): Typos fixed. |
80 |
|
(|lexmode|s): New |?default-token| statements are used |
81 |
|
so that tokenizer description has been simplified |
82 |
|
and CDATA sections now can be parsed. |
83 |
|
|
84 |
|
2005-12-28 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* XMLParser.dis: Some modifications made. |
87 |
|
|
88 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a |
91 |
|
global named resource. |
92 |
|
|
93 |
|
* Makefile: Rules to make |XMLParser.pm| is added. |
94 |
|
|
95 |
|
* XMLParser.dis: New file. |
96 |
|
|
97 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error |
100 |
|
message formatter can now vary by error types. |
101 |
|
(DOMLocator.utf32Offset): New (manakai extended) attribute. |
102 |
|
|
103 |
2005-12-23 Wakaba <wakaba@suika.fam.cx> |
2005-12-23 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
* DOMCore.dis (DOMLocator): Implemented. |
* DOMCore.dis (DOMLocator): Implemented. |