BibliographyView

class BibliographyView(val bibliography: Bibliography, val style: BibliographyStyle) : Node

Renderable container of a bibliography.

Parameters

bibliography

the bibliography to render

style

the style to use for rendering the bibliography

Constructors

Link copied to clipboard
constructor(bibliography: Bibliography, style: BibliographyStyle)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun <T> accept(visitor: NodeVisitor<T>): T

Accepts a visitor.

Link copied to clipboard

Retrieves the stored media associated with this node, if any.

Link copied to clipboard