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