1 |
|
2007-06-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, |
4 |
|
CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm, |
5 |
|
AttributeDefinition.pm: New modules. |
6 |
|
|
7 |
|
* DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added. |
8 |
|
(create_attribute_definition, create_element_type_definition, |
9 |
|
create_document_type_definition, create_cdata_section, |
10 |
|
create_processing_instruction, create_entity_reference, |
11 |
|
create_general_entity, create_notation): Prototypes added. |
12 |
|
|
13 |
|
* DOMImplementation.pm (create_document_type): Prototype added. |
14 |
|
|
15 |
|
* DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition' |
16 |
|
and 'Message::IF::DocumentTypeDeclaration' added. |
17 |
|
(create_document_type, create_document_type_definition): |
18 |
|
New methods. |
19 |
|
|
20 |
|
2007-06-13 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* DOMImplementation.pm, Node.pm, DOMDocument.pm, |
23 |
|
DOMElement.pm, Attr.pm, DocumentType.pm, |
24 |
|
DOMCharacterData.pm, Text.pm, Comment.pm: Copied |
25 |
|
from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>. |
26 |
|
|
27 |
|
2007-06-10 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* XMLParser.dis: Default to "1.0" if <?xml version=""?> |
30 |
|
specifies unknown value and trys to recover from the error. |
31 |
|
|
32 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* TreeCore.dis (manakaiLocalName): New attribute. |
35 |
|
|
36 |
|
2007-01-02 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* GenericLS.dis (GLSException): New interface. |
39 |
|
|
40 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* |InputProcessor|s and |OutputProcessor|s are |
43 |
|
named so that |report| statements in Perl |
44 |
|
module outputs can be identified by name. |dis:dataType|s |
45 |
|
of |DISCore:TFQNames| are all replaced |
46 |
|
by |DISCore:QName|. |
47 |
|
|
48 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Element.dis (createElementNS): If an array reference |
51 |
|
is specified as the |qualifiedName| parameter, |
52 |
|
don't set the first item as the local name |
53 |
|
even if the second item is not specified (or |
54 |
|
specified as |undef|). |
55 |
|
(createElementNS, setAttribute, setAttributeNS, |
56 |
|
removeAttribute, removeAttributeNS, |
57 |
|
setAttributeNode, setAttributeNodeNS, |
58 |
|
removeAttributeNode, removeAttributeNodeNS): Sets |
59 |
|
or removes the |tc:contentAttributeList| value. |
60 |
|
|
61 |
|
* TreeCore.dis (AttrMap.item): Caches the result |
62 |
|
of sorting of content attribute names. |
63 |
|
(getAttrMap, getElementTypeDefNodeMap, |
64 |
|
getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed. |
65 |
|
(tc:contentAttributeList): New property. |
66 |
|
|
67 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* DOMFeature.dis (ForDef): Removed. |
70 |
|
(f:provides, f:through): Removed. |
71 |
|
(Version): Removed. |
72 |
|
(implementFeature): Removed. |
73 |
|
|
74 |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |
* CharacterData.dis, DOMCore.dis, DOMFeature.dis, |