ReferenceNode
Represents a node that may reference some definition that is generated by elsewhere in the document.
Examples:
com.quarkdown.core.ast.quarkdown.bibliography.BibliographyCitation refers to a com.quarkdown.core.bibliography.BibliographyEntry
com.quarkdown.core.ast.base.inline.ReferenceFootnote refers to a com.quarkdown.core.ast.base.block.FootnoteDefinition
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