public class FootnoteNodeFormatter extends NodeRepositoryFormatter<FootnoteRepository,FootnoteBlock,Footnote>
| Modifier and Type | Class and Description |
|---|---|
static class |
FootnoteNodeFormatter.Factory |
FORMATTING_PHASES, lastReference, myComparator, recheckUndefinedReferences, referenceList, referenceRepository, repositoryNodesDone, unusedReferences| Constructor and Description |
|---|
FootnoteNodeFormatter(DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<?>> |
getNodeClasses() |
Set<NodeFormattingHandler<?>> |
getNodeFormattingHandlers() |
ElementPlacement |
getReferencePlacement() |
ElementPlacementSort |
getReferenceSort() |
FootnoteRepository |
getRepository(DataHolder options) |
void |
renderReferenceBlock(FootnoteBlock node,
NodeFormatterContext context,
MarkdownWriter markdown) |
getFormattingPhases, getReferenceComparator, renderDocument, renderReferencepublic FootnoteNodeFormatter(DataHolder options)
public FootnoteRepository getRepository(DataHolder options)
getRepository in class NodeRepositoryFormatter<FootnoteRepository,FootnoteBlock,Footnote>public ElementPlacement getReferencePlacement()
getReferencePlacement in class NodeRepositoryFormatter<FootnoteRepository,FootnoteBlock,Footnote>public ElementPlacementSort getReferenceSort()
getReferenceSort in class NodeRepositoryFormatter<FootnoteRepository,FootnoteBlock,Footnote>public void renderReferenceBlock(FootnoteBlock node, NodeFormatterContext context, MarkdownWriter markdown)
renderReferenceBlock in class NodeRepositoryFormatter<FootnoteRepository,FootnoteBlock,Footnote>public Set<NodeFormattingHandler<?>> getNodeFormattingHandlers()
Copyright © 2017. All rights reserved.