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