1 |
|
2006-02-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis ($self->{has_error}): Removed. |
4 |
|
(parseString): Don't throw |DOMLS:PARSE_ERR| if all fatal |
5 |
|
errors (including well-formedness constraint errors) are |
6 |
|
traped by the error handler. |
7 |
|
(PubidLiteral, SystemLiteral): Set |publicId| or |systemId| |
8 |
|
attribute of the node. Reports an error if |publidLiteral| |
9 |
|
contains a non-|pubidChar|. |
10 |
|
|
11 |
|
* XDoctype.dis (d:DeclFeature30): New feature (|fe:XDoctypeDeclaration| |
12 |
|
version |3.0|). |
13 |
|
(ManakaiDOMDocumentTypeDefinition): The class no longer |
14 |
|
inherits |x:ManakaiDOMDocumentType| class. Instead, |
15 |
|
it inherits |d:ManakaiDOMDocumentTypeDeclaration| |
16 |
|
and |t:ManakaiDOMNOde| classes. It still implements |x:DocumentType| |
17 |
|
interface (except unimplemented |notations| and |internalSubset| |
18 |
|
attributes). |
19 |
|
(ManakaiDOMDocumentTypeDefinition.entities): New attribute |
20 |
|
for compatibility with |x:DocumentType| interface. |
21 |
|
(ManakaiDOMDocumentTypeDefinition.lookupPrefix): New method. |
22 |
|
(ManakaiDOMDocumentTypeDefinition.getFeature): New method. |
23 |
|
(ManakaiDOMDocumentTypeDefinition.nodeType, |
24 |
|
ManakaiDOMDocumentTypeDefinition.textContent): New attributes. |
25 |
|
(DocumentTypeDeclaration): New interface. |
26 |
|
|
27 |
|
* Tree.dis (Node/@f:implements): Typos fixed. |
28 |
|
(Node.MUErrorHandler): Missing |last A| statement is added. |
29 |
|
(createDocumentType): Throws an exception if |qualifiedName| |
30 |
|
is illegal. Calls |DocumentTypeDefinition.newObject| |
31 |
|
instead of obsolete |DocumentType.newObject|. |
32 |
|
|
33 |
|
* DOMXML.dis (DocumentType.name, DocumentType.entities, |
34 |
|
DocumentType.publicId, DocumentType.systemId, |
35 |
|
DocumentType.lookupPrefix, DocumentType.getFeature): Now they are defined |
36 |
|
as clones of similar attributes or methods |
37 |
|
in |MDOM:XDoctype| module. |
38 |
|
(DocumentType.newObject): Removed (use |DocumentTypeDefinition.newObject| |
39 |
|
instead). |
40 |
|
(DocumentType.childNodes): Removed (|Node.childNodes| definition |
41 |
|
is used). |
42 |
|
|
43 |
2006-02-10 Wakaba <wakaba@suika.fam.cx> |
2006-02-10 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
* XMLParser.dis (xp:fatal-xml11-end-of-line-in-xml-declaration): New |
* XMLParser.dis (xp:fatal-xml11-end-of-line-in-xml-declaration): New |