ReferenceNode
Represents a node that may reference some definition that is generated by elsewhere in the document.
Examples:
com.quarkdown.core.ast.base.inline.ReferenceLink refers to a com.quarkdown.core.ast.base.LinkNode
com.quarkdown.core.ast.base.inline.ReferenceFootnote refers to a com.quarkdown.core.ast.base.block.FootnoteDefinition
com.quarkdown.core.ast.quarkdown.bibliography.BibliographyCitation refers to a com.quarkdown.core.bibliography.BibliographyEntry
Parameters
R
the type of the reference element
D
the type of the definition associated with the reference
Inheritors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Retrieves the stored media associated with this node, if any.
Link copied to clipboard
Registers the given definition as the definition associated with this reference within the document handled by context.
Link copied to clipboard