1 |
|
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis: |xp:wf-entity-declared| well-formedness |
4 |
|
constaraint for entity references that appear in |
5 |
|
content of elements is implemented. Set |EntityReference.isExpanded| |
6 |
|
attribute. |
7 |
|
(getEmptyEntityState): New code. |
8 |
|
|
9 |
|
* XDoctype.dis (DocumentTypeDefinition.nodeType): Duplicate |
10 |
|
definition is removed. |
11 |
|
|
12 |
|
* DOMXML.dis (Entity.isExternallyDeclared): New attribute. |
13 |
|
(EntityReference.isExpanded): Setter is added. |
14 |
|
|
15 |
|
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* XMLParser.dis: |xp:wf-no-lt-in-attribute-values| |
18 |
|
and |xp:wf-no-external-entity-references| well-formedness |
19 |
|
constraints are implemented. |
20 |
|
|
21 |
|
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* XMLParser.dis ($self->{has_error}): Removed. |
24 |
|
(parseString): Don't throw |DOMLS:PARSE_ERR| if all fatal |
25 |
|
errors (including well-formedness constraint errors) are |
26 |
|
traped by the error handler. |
27 |
|
(PubidLiteral, SystemLiteral): Set |publicId| or |systemId| |
28 |
|
attribute of the node. Reports an error if |publidLiteral| |
29 |
|
contains a non-|pubidChar|. |
30 |
|
|
31 |
|
* XDoctype.dis (d:DeclFeature30): New feature (|fe:XDoctypeDeclaration| |
32 |
|
version |3.0|). |
33 |
|
(ManakaiDOMDocumentTypeDefinition): The class no longer |
34 |
|
inherits |x:ManakaiDOMDocumentType| class. Instead, |
35 |
|
it inherits |d:ManakaiDOMDocumentTypeDeclaration| |
36 |
|
and |t:ManakaiDOMNOde| classes. It still implements |x:DocumentType| |
37 |
|
interface (except unimplemented |notations| and |internalSubset| |
38 |
|
attributes). |
39 |
|
(ManakaiDOMDocumentTypeDefinition.entities): New attribute |
40 |
|
for compatibility with |x:DocumentType| interface. |
41 |
|
(ManakaiDOMDocumentTypeDefinition.lookupPrefix): New method. |
42 |
|
(ManakaiDOMDocumentTypeDefinition.getFeature): New method. |
43 |
|
(ManakaiDOMDocumentTypeDefinition.nodeType, |
44 |
|
ManakaiDOMDocumentTypeDefinition.textContent): New attributes. |
45 |
|
(DocumentTypeDeclaration): New interface. |
46 |
|
|
47 |
|
* Tree.dis (Node/@f:implements): Typos fixed. |
48 |
|
(Node.MUErrorHandler): Missing |last A| statement is added. |
49 |
|
(createDocumentType): Throws an exception if |qualifiedName| |
50 |
|
is illegal. Calls |DocumentTypeDefinition.newObject| |
51 |
|
instead of obsolete |DocumentType.newObject|. |
52 |
|
|
53 |
|
* DOMXML.dis (DocumentType.name, DocumentType.entities, |
54 |
|
DocumentType.publicId, DocumentType.systemId, |
55 |
|
DocumentType.lookupPrefix, DocumentType.getFeature): Now they are defined |
56 |
|
as clones of similar attributes or methods |
57 |
|
in |MDOM:XDoctype| module. |
58 |
|
(DocumentType.newObject): Removed (use |DocumentTypeDefinition.newObject| |
59 |
|
instead). |
60 |
|
(DocumentType.childNodes): Removed (|Node.childNodes| definition |
61 |
|
is used). |
62 |
|
|
63 |
|
2006-02-10 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* XMLParser.dis (xp:fatal-xml11-end-of-line-in-xml-declaration): New |
66 |
|
fatal error. |
67 |
|
|
68 |
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
* XMLParser.dis (CommentDeclaration): |STRING| is now |
* XMLParser.dis (CommentDeclaration): |STRING| is now |