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