1 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XDoctype.dis (replaceChild): Method implementations are added. |
4 |
|
|
5 |
|
* Tree.dis (replaceChild): Method implementations are added. |
6 |
|
|
7 |
|
* DOMXML.dis (replaceChild): Method implementations are added. |
8 |
|
|
9 |
|
2006-03-07 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Tree.dis (ForAppendChild, ForInsertBefore, ForReplaceChild): New |for| |
12 |
|
definitions. |
13 |
|
|
14 |
|
* XDoctype.dis (insertBefore): New method implementation. |
15 |
|
|
16 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DOMXML.dis (insertBefore): Method implementations |
19 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
20 |
|
|
21 |
|
* Tree.dis (insertBefore): Method implementation |
22 |
|
for |CharacterData| nodes is added. |
23 |
|
|
24 |
|
* XDoctype.dis (insertBefore): Method implementation |
25 |
|
for |ElementTypeDefinition| nodes is added. |
26 |
|
|
27 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* XDoctype.dis (appendChild): New method implementation. |
30 |
|
|
31 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
34 |
|
(REMOVE_DOCUMENT_ELEMENT_ERR): New error. |
35 |
|
(REMOVE_DOCUMENT_TYPE_ERR): New error. |
36 |
|
|
37 |
|
* DOMXML.dis (ManakaiDOMDocumentType): Removed. |
38 |
|
(ProcessingInstruction.appendChild, CDATASection.appendChild, |
39 |
|
Notation.appendChild): New method implementation. |
40 |
|
|
41 |
|
* Tree.dis (CharacterData.appendChild): New method implementation. |
42 |
|
|
43 |
|
* XDoctype.dis: Tests moved from |MDOM:DOMXML| module. |
44 |
|
|
45 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
48 |
|
|
49 |
|
* Tree.dis (createAttribute, createAttributeNS, |
50 |
|
setAttribute, setAttributeNS): They now supports |
51 |
|
the |cfg:xml-id| configuration parameter. |
52 |
|
(cfg:xml-id): New configuration parameter. |
53 |
|
|
54 |
|
* XDoctype.dis (createAttributeDefinition): It now |
55 |
|
supports the |cfg:xml-id| configuration parameter. |
56 |
|
|
57 |
|
* XMLParser.dis (parse): It now supports |
58 |
|
the |cfg:xml-id| configuration parameter. |
59 |
|
|
60 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* XMLParser.dis (parse): Sets |Document.documentURI| |
63 |
|
and |Document.manakaiEntityBaseURI| attributes of the |
64 |
|
document created. |
65 |
|
(_ProcessingInstructionDTD): Sets the |manakaiBaseURI| |
66 |
|
property of the created node. |
67 |
|
(_SystemLiteral): Sets the |manakaiDeclarationBaseURI| |
68 |
|
of the created node. |
69 |
|
(ls-input-to-input-file.default): Sets the resolved |
70 |
|
system identifier to the |documentURI| attribute if available. |
71 |
|
Sets the |baseURI| attribute if available. |
72 |
|
|
73 |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |