1 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* XMLParser.dis (parse): Sets |Document.documentURI| |
4 |
|
and |Document.manakaiEntityBaseURI| attributes of the |
5 |
|
document created. |
6 |
|
(_ProcessingInstructionDTD): Sets the |manakaiBaseURI| |
7 |
|
property of the created node. |
8 |
|
(_SystemLiteral): Sets the |manakaiDeclarationBaseURI| |
9 |
|
of the created node. |
10 |
|
(ls-input-to-input-file.default): Sets the resolved |
11 |
|
system identifier to the |documentURI| attribute if available. |
12 |
|
Sets the |baseURI| attribute if available. |
13 |
|
|
14 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* XDoctype.dis (DocumentTypeDefinition.implementation): New attribute. |
17 |
|
(Node.baseURI): New attribute implementations. |
18 |
|
(declarationBaseURI): Setter is added. |
19 |
|
(manakaiDeclarationBaseURI): New attribute. |
20 |
|
|
21 |
|
* Tree.dis (Require): A reference to the |MURI:Generic| |
22 |
|
module is added. |
23 |
|
(Node.baseURI): The implementation is revised. |
24 |
|
(getNodeReference): Attribute node classes specialized |
25 |
|
to attribute names are supported. |
26 |
|
(contentBaseURI, htmlBaseURI): Removed. |
27 |
|
(manakaiEntityBaseURI): New attribute. |
28 |
|
(ManakaiDOMImplementationDocument): It now inherits |
29 |
|
the |urigen:URIImplementation| class. |
30 |
|
|
31 |
|
* DOMMain.dis (isRelativeDOMURI): The definition |
32 |
|
of the URI scheme is synced with |Message::URI::Generic|'s |
33 |
|
one. |
34 |
|
|
35 |
|
* DOMXML.dis (Require): A reference to |DISlib:DISMarkup| |
36 |
|
module is added. |
37 |
|
(DocumentType.implementation): New attribute. |
38 |
|
(Node.baseURI): Implementations are added. |
39 |
|
(manakaiDeclarationBaseURI): New attributes. |
40 |
|
(manakaiEntityBaseURI): New attributes. |
41 |
|
(manakaiEntityURI): New attribute. |
42 |
|
(manakaiExternal): New attribute. |
43 |
|
(manakaiBaseURI): New attribute. |
44 |
|
(ManakaiDOMXMLBaseAttr): New class. |
45 |
|
|
46 |
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
* SimpleLS.dis (Require): Reference to the |MDOM:Tree| |
* SimpleLS.dis (Require): Reference to the |MDOM:Tree| |