| SUMMARY: MODULE | CLASS | TYPE | PROC | VAR | CONST | DETAIL: TYPE | PROC | VAR | CONST |
Object
Object
RT0
TextRider
URI
| Class List | |
| CurrentDoc | |
| Class Summary: CurrentDoc [Detail] | |
+---RT0.Object | +---Object.Object | +---URI.URI | +--URI:Scheme:CurrentDoc.CurrentDoc | |
| Inherited Fields | |
| Constructor Summary | |
| Init(CurrentDoc) | |
| New(): CurrentDoc | |
| Method Summary | |
| Clone(): URI Creates a deep copy of the URI referenced by uri. | |
| Copy(URI) Copies contents of source uri to target dest. | |
| ToString(): String8 Converts the URI uri to its string representation. | |
| WriteXML(Writer) Writes an XML fragment describing the URI uri to the writer w. | |
| Inherited Methods | |
From RT0.Object: From Object.Object: From URI.URI: | |
| Class Detail: CurrentDoc |
| Constructor Detail |
PROCEDURE Init(uri: CurrentDoc)
PROCEDURE New(): CurrentDoc
| Method Detail |
PROCEDURE (uri: CurrentDoc) Clone(): URI
Creates a deep copy of the URI referenced by uri. That is, it creates a new instance of uri and calls URI.Copy on it.
[Description inherited from Clone]
Redefines: Clone
PROCEDURE (uri: CurrentDoc) Copy(dest: URI)
Copies contents of source uri to target dest.
Pre-condition: The dynamic type of dest is an extension of the dynamic type of uri.
[Description inherited from Copy]
Redefines: Copy
PROCEDURE (uri: CurrentDoc) ToString(): String8
Converts the URI uri to its string representation. Reserved characters in the URI and characters that may not appear in a valid URI are escaped where necessary.
[Description inherited from ToString]
PROCEDURE (uri: CurrentDoc) WriteXML(w: Writer)
Writes an XML fragment describing the URI uri to the writer w.
[Description inherited from WriteXML]
Redefines: WriteXML