Uses of Class
com.vladsch.flexmark.formatter.RenderPurpose
-
Packages that use RenderPurpose Package Description com.vladsch.flexmark.formatter com.vladsch.flexmark.formatter.internal -
-
Uses of RenderPurpose in com.vladsch.flexmark.formatter
Methods in com.vladsch.flexmark.formatter that return RenderPurpose Modifier and Type Method Description @NotNull RenderPurpose
Formatter.MainNodeFormatter. getRenderPurpose()
@NotNull RenderPurpose
Formatter.MainNodeFormatter.SubNodeFormatter. getRenderPurpose()
@NotNull RenderPurpose
TranslationContext. getRenderPurpose()
Get the reason this format rendering is being performedstatic RenderPurpose
RenderPurpose. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RenderPurpose[]
RenderPurpose. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vladsch.flexmark.formatter with parameters of type RenderPurpose Modifier and Type Method Description void
TranslationHandler. setRenderPurpose(@NotNull RenderPurpose renderPurpose)
java.lang.String
Formatter. translationRender(Node document, TranslationHandler translationHandler, RenderPurpose renderPurpose)
Render the tree of nodes to markdownvoid
Formatter. translationRender(Node document, java.lang.Appendable output, int maxTrailingBlankLines, TranslationHandler translationHandler, RenderPurpose renderPurpose)
Render a node to the appendablevoid
Formatter. translationRender(Node document, java.lang.Appendable output, TranslationHandler translationHandler, RenderPurpose renderPurpose)
Render a node to the appendable -
Uses of RenderPurpose in com.vladsch.flexmark.formatter.internal
Fields in com.vladsch.flexmark.formatter.internal declared as RenderPurpose Modifier and Type Field Description private RenderPurpose
TranslationHandlerImpl. myRenderPurpose
Methods in com.vladsch.flexmark.formatter.internal that return RenderPurpose Modifier and Type Method Description @NotNull RenderPurpose
TranslationHandlerImpl. getRenderPurpose()
Methods in com.vladsch.flexmark.formatter.internal with parameters of type RenderPurpose Modifier and Type Method Description void
TranslationHandlerImpl. setRenderPurpose(@NotNull RenderPurpose renderPurpose)
-