Uses of Interface
com.vladsch.flexmark.util.ast.IRender
Packages that use IRender
-
Uses of IRender in com.vladsch.flexmark.core.test.util
Classes in com.vladsch.flexmark.core.test.util that implement IRenderModifier and TypeClassDescription(package private) static class
Methods in com.vladsch.flexmark.core.test.util that return IRenderModifier and TypeMethodDescriptionprivate IRender
TranslationFormatterSpecTest.getRenderer
(@Nullable DataHolder OPTIONS) -
Uses of IRender in com.vladsch.flexmark.formatter
Classes in com.vladsch.flexmark.formatter that implement IRender -
Uses of IRender in com.vladsch.flexmark.html
Classes in com.vladsch.flexmark.html that implement IRender -
Uses of IRender in com.vladsch.flexmark.test.util
Fields in com.vladsch.flexmark.test.util declared as IRenderMethods in com.vladsch.flexmark.test.util that return IRenderModifier and TypeMethodDescriptionfinal @NotNull IRender
FlexmarkSpecExampleRenderer.getRenderer()
Methods in com.vladsch.flexmark.test.util with parameters of type IRenderModifier and TypeMethodDescriptionvoid
Constructors in com.vladsch.flexmark.test.util with parameters of type IRenderModifierConstructorDescriptionFlexmarkSpecExampleRenderer
(@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 IRenderFields in com.vladsch.flexmark.test.util.spec declared as IRenderModifier and TypeFieldDescriptionstatic final IRender
IRenderBase.NULL_RENDERER
static final IRender
IRenderBase.NullRenderer
Deprecated.static final IRender
IRenderBase.TEXT_RENDERER
static final IRender
IRenderBase.TextRenderer
Deprecated.