BibliographyEntryContentBuilder
DSL builder for creating content for a BibliographyEntry.
Parameters
the bibliography entry to build content for
the InlineAstBuilder to use for building inline content
the type of the bibliography entry
See also
Properties
Creates a link with the given URL.
Terminal operation: formats and pushes the authors of the bibliography entry.
Makes text emphasized (italicized).
Wraps the text in typographic double quotes.
Terminal operation: pushes a single text node.
Terminal operation: pushes a single InlineContent.
Makes text small caps.
Functions
Combines two Strings to InlineContent, converting them to plain text.
Combines a String, which is converted to plain text, with an InlineContent.
Combines an InlineContent with a String, which is converted to plain text.
Combines two InlineContent if both are non-null.