Uses of Enum Class
com.vladsch.flexmark.html2md.converter.HtmlConverterPhase
Packages that use HtmlConverterPhase
Package
Description
-
Uses of HtmlConverterPhase in com.vladsch.flexmark.html2md.converter
Fields in com.vladsch.flexmark.html2md.converter declared as HtmlConverterPhaseModifier and TypeFieldDescriptionprivate HtmlConverterPhase
FlexmarkHtmlConverter.MainHtmlConverter.phase
Fields in com.vladsch.flexmark.html2md.converter with type parameters of type HtmlConverterPhaseModifier and TypeFieldDescriptionprivate final @NotNull Set<HtmlConverterPhase>
FlexmarkHtmlConverter.MainHtmlConverter.renderingPhases
Methods in com.vladsch.flexmark.html2md.converter that return HtmlConverterPhaseModifier and TypeMethodDescriptionFlexmarkHtmlConverter.MainHtmlConverter.getFormattingPhase()
FlexmarkHtmlConverter.MainHtmlConverter.SubHtmlNodeConverter.getFormattingPhase()
HtmlNodeConverterContext.getFormattingPhase()
static HtmlConverterPhase
Returns the enum constant of this class with the specified name.static HtmlConverterPhase[]
HtmlConverterPhase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vladsch.flexmark.html2md.converter that return types with arguments of type HtmlConverterPhaseMethods in com.vladsch.flexmark.html2md.converter with parameters of type HtmlConverterPhaseModifier and TypeMethodDescriptionvoid
PhasedHtmlNodeRenderer.renderDocument
(HtmlNodeConverterContext context, LineAppendable markdown, org.jsoup.nodes.Document document, HtmlConverterPhase phase) Render the specified node. -
Uses of HtmlConverterPhase in com.vladsch.flexmark.html2md.converter.internal
Methods in com.vladsch.flexmark.html2md.converter.internal that return types with arguments of type HtmlConverterPhaseMethods in com.vladsch.flexmark.html2md.converter.internal with parameters of type HtmlConverterPhaseModifier and TypeMethodDescriptionvoid
HtmlConverterCoreNodeRenderer.renderDocument
(HtmlNodeConverterContext context, LineAppendable out, org.jsoup.nodes.Document document, HtmlConverterPhase phase)