| Package | Description |
|---|---|
| com.vladsch.flexmark.formatter | |
| com.vladsch.flexmark.formatter.internal |
| Modifier and Type | Method and Description |
|---|---|
TranslationHandler |
TranslationHandlerFactory.create(com.vladsch.flexmark.util.options.DataHolder options,
FormatterOptions formatterOptions,
com.vladsch.flexmark.html.renderer.HtmlIdGeneratorFactory idGeneratorFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
TranslationHandlerImpl |
| Modifier and Type | Method and Description |
|---|---|
TranslationHandler |
Formatter.getTranslationHandler() |
TranslationHandler |
Formatter.getTranslationHandler(com.vladsch.flexmark.html.renderer.HtmlIdGeneratorFactory idGeneratorFactory) |
TranslationHandler |
Formatter.getTranslationHandler(TranslationHandlerFactory translationHandlerFactory,
com.vladsch.flexmark.html.renderer.HtmlIdGeneratorFactory idGeneratorFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
Formatter.translationRender(com.vladsch.flexmark.ast.Node node,
Appendable output,
int maxTrailingBlankLines,
TranslationHandler translationHandler,
RenderPurpose renderPurpose)
Render a node to the appendable
|
void |
Formatter.translationRender(com.vladsch.flexmark.ast.Node node,
Appendable output,
TranslationHandler translationHandler,
RenderPurpose renderPurpose)
Render a node to the appendable
|
String |
Formatter.translationRender(com.vladsch.flexmark.ast.Node node,
TranslationHandler translationHandler,
RenderPurpose renderPurpose)
Render the tree of nodes to markdown
|
Copyright © 2018. All rights reserved.