Uses of Interface
com.vladsch.flexmark.util.ast.IRender
-
Packages that use IRender Package Description com.vladsch.flexmark.core.test.util com.vladsch.flexmark.formatter com.vladsch.flexmark.html HTML rendering (seeHtmlRenderer
)com.vladsch.flexmark.test.util com.vladsch.flexmark.test.util.spec -
-
Uses of IRender in com.vladsch.flexmark.core.test.util
Classes in com.vladsch.flexmark.core.test.util that implement IRender Modifier and Type Class Description (package private) static class
TranslationFormatterSpecTest.TranslationFormatter
Methods in com.vladsch.flexmark.core.test.util that return IRender Modifier and Type Method Description private IRender
TranslationFormatterSpecTest. getRenderer(@Nullable DataHolder OPTIONS)
-
Uses of IRender in com.vladsch.flexmark.formatter
Classes in com.vladsch.flexmark.formatter that implement IRender Modifier and Type Class Description class
Formatter
Renders a tree of nodes to Markdown. -
Uses of IRender in com.vladsch.flexmark.html
Classes in com.vladsch.flexmark.html that implement IRender Modifier and Type Class Description class
HtmlRenderer
Renders a tree of nodes to HTML. -
Uses of IRender in com.vladsch.flexmark.test.util
Fields in com.vladsch.flexmark.test.util declared as IRender Modifier and Type Field Description private @NotNull IRender
FlexmarkSpecExampleRenderer. myRender
Methods in com.vladsch.flexmark.test.util that return IRender Modifier and Type Method Description @NotNull IRender
FlexmarkSpecExampleRenderer. getRenderer()
Methods in com.vladsch.flexmark.test.util with parameters of type IRender Modifier and Type Method Description void
FlexmarkSpecExampleRenderer. setRender(@NotNull IRender render)
Constructors in com.vladsch.flexmark.test.util with parameters of type IRender Constructor Description FlexmarkSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder options, @NotNull IParse parser, @NotNull IRender render)
FlexmarkSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder options, @NotNull IParse parser, @NotNull IRender render, boolean includeExampleCoord)
-
Uses of IRender in com.vladsch.flexmark.test.util.spec
Classes in com.vladsch.flexmark.test.util.spec that implement IRender Modifier and Type Class Description class
IRenderBase
Fields in com.vladsch.flexmark.test.util.spec declared as IRender Modifier and Type Field Description static IRender
IRenderBase. NULL_RENDERER
static IRender
IRenderBase. NullRenderer
Deprecated.static IRender
IRenderBase. TEXT_RENDERER
static IRender
IRenderBase. TextRenderer
Deprecated.
-