1 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMXML.dis (insertBefore): Method implementations |
4 |
|
for |ProcessingInstruction| and |Notation| nodes are added. |
5 |
|
|
6 |
|
* Tree.dis (insertBefore): Method implementation |
7 |
|
for |CharacterData| nodes is added. |
8 |
|
|
9 |
|
* XDoctype.dis (insertBefore): Method implementation |
10 |
|
for |ElementTypeDefinition| nodes is added. |
11 |
|
|
12 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* XDoctype.dis (appendChild): New method implementation. |
15 |
|
|
16 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DOMCore.dis (HIERARCHY_WRONG_DOCTYPE_ERR): New error. |
19 |
|
(REMOVE_DOCUMENT_ELEMENT_ERR): New error. |
20 |
|
(REMOVE_DOCUMENT_TYPE_ERR): New error. |
21 |
|
|
22 |
|
* DOMXML.dis (ManakaiDOMDocumentType): Removed. |
23 |
|
(ProcessingInstruction.appendChild, CDATASection.appendChild, |
24 |
|
Notation.appendChild): New method implementation. |
25 |
|
|
26 |
|
* Tree.dis (CharacterData.appendChild): New method implementation. |
27 |
|
|
28 |
|
* XDoctype.dis: Tests moved from |MDOM:DOMXML| module. |
29 |
|
|
30 |
|
2006-03-06 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* DOMXML.dis (ManakaiDOMXMLIdAttr): New class. |
33 |
|
|
34 |
|
* Tree.dis (createAttribute, createAttributeNS, |
35 |
|
setAttribute, setAttributeNS): They now supports |
36 |
|
the |cfg:xml-id| configuration parameter. |
37 |
|
(cfg:xml-id): New configuration parameter. |
38 |
|
|
39 |
|
* XDoctype.dis (createAttributeDefinition): It now |
40 |
|
supports the |cfg:xml-id| configuration parameter. |
41 |
|
|
42 |
|
* XMLParser.dis (parse): It now supports |
43 |
|
the |cfg:xml-id| configuration parameter. |
44 |
|
|
45 |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
* XMLParser.dis (parse): Sets |Document.documentURI| |
* XMLParser.dis (parse): Sets |Document.documentURI| |