1 |
|
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMXML.dis (DocumentType.childNodes): Removed |
4 |
|
from |ManakaiDOM:ManakaiDOMLatest| variant. |
5 |
|
|
6 |
|
* XMLParser.dis: Parsing of general internal entities implemented. |
7 |
|
(_DocumentTypeDeclaration): Appends a document type definition |
8 |
|
node to the document. |
9 |
|
(_ProcessingInstructionDTD): Appends a processing |
10 |
|
instruction node to the document type definition. |
11 |
|
(Element_): Document element could not be an |EmptyElemTag|. |
12 |
|
|
13 |
|
2006-01-21 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* DOMFeature.dis (featuresParamToFeaturesHash): New block |
16 |
|
code (seprated from |InputProcessor|). Now |
17 |
|
a |features| parameter's version can be specified by |
18 |
|
an array reference that contains a set of version |
19 |
|
numbers. A test added. |
20 |
|
|
21 |
|
* XMLParser.dis: A test added. |
22 |
|
|
23 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DOMCore.dis (Test): Don't invoke |DESTROY| method |
26 |
|
because it does not work with dummy object used in the test code. |
27 |
|
|
28 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* DOMMain.dis (checkXMLNamesQName): Checks whether |
31 |
|
namespace URI is defined for not being warned. |
32 |
|
|
33 |
|
* XDoctype.dis: New module. |
34 |
|
|
35 |
|
* DOMCore.dis (DOMStringList): Test added. |
36 |
|
|
37 |
|
* Makefile: |XDoctype.pm| added. |
38 |
|
|
39 |
|
* Tree.dis (Require): Requires |XDoctype.dis|. |
40 |
|
(ManakaiDOMNodeObjectNode.eq): Added. |
41 |
|
(Test): |DOMError.location| must return a |DOMLocator| |
42 |
|
object (it was incorrectly tested to return |null|). |
43 |
|
(EmptyNodeList.DESTROY): Removed. |
44 |
|
|
45 |
|
2006-01-04 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and |
48 |
|
|ATTRIBUTE_DEFINITION_NODE| node types added. |
49 |
|
(appendChild, insertBefore, replaceChild): New |
50 |
|
two node types added and processing instruction nodes |
51 |
|
as document type definition node child is allowed |
52 |
|
in |ManakaiDOM:ManakaiDOMLatest| mode. |
53 |
|
(getNodeReference): New |interface| parameter |
54 |
|
to filter classes by interface is added. |
55 |
|
(ElementTypeDefinitionRole): New role. |
56 |
|
(AttributeDefinitionRole): New role. |
57 |
|
|
58 |
|
2006-01-02 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DOMCore.dis (DOMStringList): Reimplemented as tied array. |
61 |
|
|
62 |
2005-12-31 Wakaba <wakaba@suika.fam.cx> |
2005-12-31 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
* DOMCore.dis (DOMError.location): Returns an empty |DOMLocator| |
* DOMCore.dis (DOMError.location): Returns an empty |DOMLocator| |