Package com.vladsch.flexmark.test.util
Interface SpecExampleRenderer
-
- All Known Implementing Classes:
FlexmarkSpecExampleRenderer,SpecExampleRendererBase
public interface SpecExampleRenderer
-
-
Field Summary
Fields Modifier and Type Field Description static SpecExampleRendererNULL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinalizeDocument()voidfinalizeRender()@Nullable java.lang.StringgetAst()@NotNull SpecExamplegetExample()@NotNull java.lang.StringgetHtml()@Nullable DataHoldergetOptions()voidincludeDocument(@NotNull java.lang.String includedText)booleanincludeExampleInfo()voidparse(java.lang.CharSequence input)
-
-
-
Field Detail
-
NULL
static final SpecExampleRenderer NULL
-
-
Method Detail
-
includeExampleInfo
boolean includeExampleInfo()
-
getOptions
@Nullable @Nullable DataHolder getOptions()
-
getExample
@NotNull @NotNull SpecExample getExample()
-
includeDocument
void includeDocument(@NotNull @NotNull java.lang.String includedText)
-
parse
void parse(java.lang.CharSequence input)
-
finalizeDocument
void finalizeDocument()
-
finalizeRender
void finalizeRender()
-
getHtml
@NotNull @NotNull java.lang.String getHtml()
-
getAst
@Nullable @Nullable java.lang.String getAst()
-
-