Package-level declarations
Types
Link copied to clipboard
class BibliographyCitationResolverHook(context: MutableContext) : ReferenceDefinitionResolverHook<BibliographyCitation, BibliographyView, Pair<BibliographyEntry, BibliographyView>>
Hook that associates a bibliography entry to each BibliographyCitation that can be linked to an entry of a Bibliography within a BibliographyView.
Link copied to clipboard
class FootnoteResolverHook(context: MutableContext) : ReferenceDefinitionResolverHook<ReferenceFootnote, FootnoteDefinition, FootnoteDefinition>
Hook that associates a FootnoteDefinition to each ReferenceFootnote.
Link copied to clipboard
abstract class ReferenceDefinitionResolverHook<R, DN : Node, D>(context: MutableContext) : AstIteratorHook
Extensible hook that attempts associating a definition to each ReferenceNode. For example, footnotes, bibliography citations, etc. can be resolved to their definitions.