
UriMapper is used to normalize fandoc URIs into hrefs to their HTML file representation using relative URLs.
Slots
- cache
-
Str:CachedUri cache
- fandocFrags
-
Str:FandocFrags fandocFrags
- fandocUri
-
Str fandocUri
- frag
-
Str frag
- loc
-
Location loc
- make
-
new make(DocCompiler compiler)
- map
-
Uri map(Str fandocUri, Location loc)
Given a fandoc uri string, map it to a relative URL to the resource's HTML.
-
private Void mapPod()
-
private FandocFrags parseFandocFrags(File f)
- targetIsCode
-
Bool targetIsCode
- targetIsSlot
-
Bool targetIsSlot
- targetUri
-
Uri targetUri