1 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Attr.pm, AttributeDefinition.pm, DocumentFragment.pm, |
4 |
|
DocumentType.pm, Entity.pm, |
5 |
|
EntityReference.pm (____new): Initialize |child_nodes| by an empty list. |
6 |
|
|
7 |
|
* Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm, |
8 |
|
Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned. |
9 |
|
|
10 |
|
* DOMDocument.pm (AUTOLOAD): Typo fixed. |
11 |
|
|
12 |
|
* Node.pm (==, !=): Implemented. |
13 |
|
(manakai_read_only): Implemented. |
14 |
|
(is_same_node): Implemented. |
15 |
|
(is_equal_node): Alpha version. |
16 |
|
(manakai_set_read_only): Alpha version. |
17 |
|
(child_nodes, first_child, last_child, previous_sibling): Duplicate |
18 |
|
definitions are removed. |
19 |
|
|
20 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Node.pm: First alpha version of implementation of attributes. |
23 |
|
|
24 |
|
2007-06-15 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* ProcessingInstruction.pm, EntityReference.pm, |
27 |
|
CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm, |
28 |
|
ElementTypeDefinition.pm, AttributeDefinition.pm, |
29 |
|
DocumentType.pm, DOMElement.pm, Attr.pm, |
30 |
|
CharacterData.pm, Text.pm, Comment.pm (node_name, |
31 |
|
node_value, node_type): Implemented. |
32 |
|
|
33 |
|
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |
36 |
|
CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm, |
37 |
|
AttributeDefinition.pm: New modules. |
38 |
|
|
39 |
|
* DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added. |
40 |
|
(create_attribute_definition, create_element_type_definition, |
41 |
|
create_document_type_definition, create_cdata_section, |
42 |
|
create_processing_instruction, create_entity_reference, |
43 |
|
create_general_entity, create_notation): Prototypes added. |
44 |
|
|
45 |
|
* DOMImplementation.pm (create_document_type): Prototype added. |
46 |
|
|
47 |
|
* DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition' |
48 |
|
and 'Message::IF::DocumentTypeDeclaration' added. |
49 |
|
(create_document_type, create_document_type_definition): |
50 |
|
New methods. |
51 |
|
|
52 |
|
2007-06-13 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* DOMImplementation.pm, Node.pm, DOMDocument.pm, |
55 |
|
DOMElement.pm, Attr.pm, DocumentType.pm, |
56 |
|
DOMCharacterData.pm, Text.pm, Comment.pm: Copied |
57 |
|
from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>. |
58 |
|
|
59 |
|
2007-06-10 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* XMLParser.dis: Default to "1.0" if <?xml version=""?> |
62 |
|
specifies unknown value and trys to recover from the error. |
63 |
|
|
64 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* TreeCore.dis (manakaiLocalName): New attribute. |
67 |
|
|
68 |
|
2007-01-02 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* GenericLS.dis (GLSException): New interface. |
71 |
|
|
72 |
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
* |InputProcessor|s and |OutputProcessor|s are |
* |InputProcessor|s and |OutputProcessor|s are |