Uses of Class
com.vladsch.flexmark.html2md.converter.HtmlConverterPhase
-
-
Uses of HtmlConverterPhase in com.vladsch.flexmark.html2md.converter
Methods in com.vladsch.flexmark.html2md.converter that return HtmlConverterPhase Modifier and Type Method Description HtmlConverterPhaseHtmlNodeConverterContext. getFormattingPhase()static HtmlConverterPhaseHtmlConverterPhase. 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.Methods in com.vladsch.flexmark.html2md.converter that return types with arguments of type HtmlConverterPhase Modifier and Type Method Description Set<HtmlConverterPhase>PhasedHtmlNodeRenderer. getHtmlConverterPhases()Methods in com.vladsch.flexmark.html2md.converter with parameters of type HtmlConverterPhase Modifier and Type Method Description voidPhasedHtmlNodeRenderer. renderDocument(HtmlNodeConverterContext context, com.vladsch.flexmark.util.sequence.LineAppendable markdown, org.jsoup.nodes.Document document, HtmlConverterPhase phase)Render the specified node.
-