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
Type Parameters
the type of the reference element
the type of the definition associated with the reference
Inheritors
Properties
Functions
Retrieves the stored media associated with this node, if any.
Registers the given definition as the definition associated with this reference within the document handled by context.
Returns a copy of this node with its children replaced by newChildren.