public interface SpecExampleRenderer
| Modifier and Type | Field and Description |
|---|---|
static SpecExampleRenderer |
NULL |
| Modifier and Type | Method and Description |
|---|---|
void |
finalizeDocument() |
void |
finalizeRender() |
@Nullable String |
getAst() |
@NotNull SpecExample |
getExample() |
@NotNull String |
getHtml() |
@Nullable com.vladsch.flexmark.util.data.DataHolder |
getOptions() |
void |
includeDocument(@NotNull String includedText) |
boolean |
includeExampleInfo() |
void |
parse(CharSequence input) |
static final SpecExampleRenderer NULL
boolean includeExampleInfo()
@Nullable @Nullable com.vladsch.flexmark.util.data.DataHolder getOptions()
@NotNull @NotNull SpecExample getExample()
void includeDocument(@NotNull
@NotNull String includedText)
void parse(CharSequence input)
void finalizeDocument()
void finalizeRender()
@NotNull @NotNull String getHtml()
@Nullable @Nullable String getAst()
Copyright © 2020. All rights reserved.