Class TranslationFormatterSpecTest.TranslationFormatter
java.lang.Object
com.vladsch.flexmark.core.test.util.TranslationFormatterSpecTest.TranslationFormatter
- All Implemented Interfaces:
IRender
- Enclosing class:
- TranslationFormatterSpecTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull String
getAst()
@Nullable DataHolder
Get Options for parsingboolean
boolean
void
render
(@NotNull Node node, @NotNull Appendable output)
-
Field Details
-
myFormatter
-
myShowIntermediate
boolean myShowIntermediate -
myShowIntermediateAst
boolean myShowIntermediateAst -
myAst
-
-
Constructor Details
-
TranslationFormatter
-
-
Method Details
-
isShowIntermediate
public boolean isShowIntermediate() -
isShowIntermediateAst
public boolean isShowIntermediateAst() -
getAst
-
getOptions
Description copied from interface:IRender
Get Options for parsing- Specified by:
getOptions
in interfaceIRender
- Returns:
- DataHolder for options
-
render
-