1 |
|
2006-01-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis (_AttlistDeclaration): Now it can generate |
4 |
|
attribute definition nodes. |
5 |
|
|
6 |
|
* XDoctype.dis: |UNKNOWN_ATTR| is renamed as |NO_TYPE_ATTR| |
7 |
|
and another |UNKNOWN_ATTR| constant is introduced |
8 |
|
for consistency with XML Infoset. |
9 |
|
|
10 |
|
* DOMCore.dis (TypeInfo): Documentation updated. |
11 |
|
|
12 |
|
2006-01-26 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* XDoctype.dis: A bug in test code fixed. |
15 |
|
|
16 |
|
* Tree.dis (NamedNodeMap): Element type or attribute |
17 |
|
definition named node maps now can be dereferenced |
18 |
|
as if they are array or hash references. |
19 |
|
(removeNamedItem, item, ___report_error): Implemented for element type |
20 |
|
or attribute definitions. |
21 |
|
(length): Tests added. |
22 |
|
(NamedNodeMapArray): New classes. |
23 |
|
|
24 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* XDoctype.dis (setElementTypeDefinitionNode, |
27 |
|
setAttributeDefinitionNode): Throws |c:INUSE_DEFINITION_ERR| |
28 |
|
if the new node is already used for another definition. |
29 |
|
(DocumentTypeDefinition, ElementTypeDefinition): Node |
30 |
|
property name was incorrect. |
31 |
|
(elementTypes, attributeDefinitions): Checks to |
32 |
|
ensure the collection is empty added. |
33 |
|
|
34 |
|
* Tree.dis: Property name typos fixed. |
35 |
|
(setNamedItem, setAttributeNode): Don't return any node |
36 |
|
if it replace itself. |
37 |
|
(c:userDeterminedId): Missing definition added. |
38 |
|
|
39 |
|
* DOMXML.dis (Notation): Missing property specification |
40 |
|
of|c:ownerDocument| as |mn:xrefnode0| is added. |
41 |
|
|
42 |
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
* DOMCore.dis (Test): Missing argument added. |
* DOMCore.dis (Test): Missing argument added. |