1 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration| |
4 |
|
feature is added for compatibility with |XMLParserTemp.pm|. |
5 |
|
|
6 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Attr.pm (value, node_value): Now it is defined |
9 |
|
as |text_content| itself. |
10 |
|
|
11 |
|
* AttributeDefinition.pm, ElementTypeDefinition.pm, |
12 |
|
Node.pm (AUTOLOAD): Unused block is removed. |
13 |
|
|
14 |
|
* CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. |
15 |
|
|
16 |
|
* DocumentType.pm (internal_subset): Implemented. |
17 |
|
|
18 |
|
* Entity.pm (is_externally_declared, input_encoding, |
19 |
|
xml_version): Implemented. |
20 |
|
|
21 |
|
* ProcessingInstruction.pm (target, data): Implemented. |
22 |
|
|
23 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DOMCharacterData.pm (AUTOLOAD): Removed. |
26 |
|
(data): Reimplemented. |
27 |
|
(delete_data, insert_data, replace_data, substring_data): There were |
28 |
|
a number of bugs. |
29 |
|
|
30 |
|
* Text.pm (AUTOLOAD): Removed. Unused. |
31 |
|
|
32 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* StringExtended.pm: New Perl module. |
35 |
|
|
36 |
|
* DOMCharacterData.pm (length, append_data, delete_data, |
37 |
|
insert_data, replace_data, substring_data): Implemented. |
38 |
|
|
39 |
|
* DOMException.pm (INDEX_SIZE_ERR): Implemented. |
40 |
|
|
41 |
|
* Text.pm (is_element_content_whitespace, whole_text, |
42 |
|
split_text): Implemented. |
43 |
|
|
44 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* DOMElement.pm (attributes): Implemented. |
47 |
|
|
48 |
|
* DOMException.pm (INUSE_DEFINITION_ERR): New error type. |
49 |
|
|
50 |
|
* DocumentType.pm (entities, general_entities, |
51 |
|
notations, element_types): Implemented. |
52 |
|
|
53 |
|
* ElementTypeDefinition.pm (attribute_definitions): Implemented. |
54 |
|
|
55 |
|
* NamedNodeMap.pm: New Perl module. |
56 |
|
|
57 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, |
60 |
|
DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, |
61 |
|
Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, |
62 |
|
insert_before, replace_child): Implemented. |
63 |
|
|
64 |
|
* DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. |
65 |
|
|
66 |
|
* Node.pm (remove_child): Implemented. |
67 |
|
|
68 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* Node.pm (==, is_equal_node): Implemented. |
71 |
|
(is_same_node): Implemented. |
72 |
|
(get_feature, get_user_data, set_user_data): Implemented. |
73 |
|
(is_supported): Implemented. |
74 |
|
|
75 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* DOMDocument.pm (get_element_by_id): Implemented. |
78 |
|
(create_document): Implemented. |
79 |
|
|
80 |
|
* DOMException.pm (EXTERNAL_OBJECT_ERR, INUSE_DOCTYPE_ERR): New |
81 |
|
errors. |
82 |
|
(QNAME_NULLNS_ERR): New errors. |
83 |
|
|
84 |
|
* DocumenType.pm (create_document_type): Implemented. |
85 |
|
|
86 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* CDATASection.pm (is_element_content_whitespace): New. |
89 |
|
|
90 |
|
* DOMElement.pm (has_attribute): Alpha version. |
91 |
|
(create_element, create_element_ns): Implemented. |
92 |
|
|
93 |
|
* DocumentType.pm (get_general_entity_node): Alpha version. |
94 |
|
|
95 |
|
* EntityReference.pm (create_entity_reference): Implemented. |
96 |
|
|
97 |
|
* ProcessingInstruction.pm (create_processing_instruction): Implemented. |
98 |
|
|
99 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* Attr.pm (create_attribute, create_attribute_ns): Implemented. |
102 |
|
|
103 |
|
* DOMDocument.pm: Load character classes from |Char::Class::XML|. |
104 |
|
(compat_mode): Check |defined| not to be warned as "uninitialized" |
105 |
|
when |{manakai_compat_mode}| is |undef|. |
106 |
|
|
107 |
|
* DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added. |
108 |
|
|
109 |
|
* DOMImplementationRegistry.pm, DOMImplementationSource.pm: |
110 |
|
Statements to set |$Error::Depth| are removed since they |
111 |
|
are result in "uninitialized" warnings unless |
112 |
|
the |Message::DOM::DOMException| module is loaded earlier. |
113 |
|
Usually methods invoked in these methods does not |
114 |
|
raise any exception so that it makes no difference. |
115 |
|
|
116 |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
* DOMDocument.pm (adopt_node): Implemented. |
* DOMDocument.pm (adopt_node): Implemented. |