1 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis: Tests on default attributes and their |specified| |
4 |
|
attribute are added. |
5 |
|
|
6 |
|
* XDoctype.dis (createGeneralEntity): New method. |
7 |
|
(generalEntities): New attribute. |
8 |
|
(getGeneralEntityNode, setGeneralEntityNode): New methods. |
9 |
|
|
10 |
|
* Tree.dis (ManakaiDOMEntities): Removed. |
11 |
|
(ManakaiDOMEntityMap): New class. |
12 |
|
(ManakaiDOM:entity-reference-read-only): New configuration parameter. |
13 |
|
(createEntityReference): If there is a corresponding |Entity| |
14 |
|
node in the document type definition, then copies its |
15 |
|
subtree. |
16 |
|
|
17 |
|
* DOMXML.dis (Entity): Documentation updated. |
18 |
|
(publicId, systemId, notationName, xmlEncoding, |
19 |
|
xmlVersion): These attributes are now settable |
20 |
|
if |ManakaiDOM:ManakaiDOMLatest| mode. |
21 |
|
(hasReplacementTree): New attribute for |ManakaiDOM:ManakaiDOMLatest| |
22 |
|
mode. |
23 |
|
(ownerDocumentTypeDefinition): New attribute |
24 |
|
for |ManakaiDOM:ManakaiDOMLatest| mode. |
25 |
|
(isExpanded): New attribute for |ManakaiDOM:ManakaiDOMLatest| mode. |
26 |
|
|
27 |
|
2006-01-28 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* DOMCore.dis (ErrDef): Missing |ecore:textFormatter| property added. |
30 |
|
|
31 |
|
* DOMMain.dis (ErrDef): Missing |ecore:textFormatter| property added. |
32 |
|
|
33 |
|
* Tree.dis (ErrDef): Missing |ecore:textFormatter| property added. |
34 |
|
(ManakaiDOMAttributes): Removed. |
35 |
|
(ManakaiDOMAttrMap): New class. |
36 |
|
(ManakaiDOMAttrMapArray): New class. |
37 |
|
(namespaceURI): Bug to return a string representation |
38 |
|
of a reference to the namespace URI string is fixed. |
39 |
|
(selectAttrNodeObject, selectAttrNodeObjectNodeNS): Reimplemented. |
40 |
|
(removeAttribute, removeAttributeNS): DTD default attributes |
41 |
|
are supported. Don't throw |NO_MODIFICATION_ALLOWED_ERR| |
42 |
|
if there is no attribute node. |
43 |
|
(createElement, createElementNS): DTD default attributes are supported. |
44 |
|
(setAttributeNode): Reimplemented. |
45 |
|
|
46 |
2006-01-27 Wakaba <wakaba@suika.fam.cx> |
2006-01-27 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
* DOMCore.dis (ManakaiDOMDTDTypeInfo): New class. |
* DOMCore.dis (ManakaiDOMDTDTypeInfo): New class. |