| Package | Description |
|---|---|
| com.vladsch.flexmark.html2md.converter | |
| com.vladsch.flexmark.html2md.converter.internal |
| Modifier and Type | Method and Description |
|---|---|
HtmlConverterPhase |
HtmlNodeConverterContext.getFormattingPhase() |
static HtmlConverterPhase |
HtmlConverterPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlConverterPhase[] |
HtmlConverterPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<HtmlConverterPhase> |
PhasedHtmlNodeRenderer.getHtmlConverterPhases() |
| Modifier and Type | Method and Description |
|---|---|
void |
PhasedHtmlNodeRenderer.renderDocument(HtmlNodeConverterContext context,
com.vladsch.flexmark.util.sequence.LineAppendable markdown,
org.jsoup.nodes.Document document,
HtmlConverterPhase phase)
Render the specified node.
|
| Modifier and Type | Method and Description |
|---|---|
Set<HtmlConverterPhase> |
HtmlConverterCoreNodeRenderer.getHtmlConverterPhases() |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlConverterCoreNodeRenderer.renderDocument(HtmlNodeConverterContext context,
com.vladsch.flexmark.util.sequence.LineAppendable out,
org.jsoup.nodes.Document document,
HtmlConverterPhase phase) |
Copyright © 2020. All rights reserved.