Class TranslationFormatterSpecTest.TranslationFormatter

java.lang.Object
com.vladsch.flexmark.core.test.util.TranslationFormatterSpecTest.TranslationFormatter
All Implemented Interfaces:
IRender
Enclosing class:
TranslationFormatterSpecTest

static class TranslationFormatterSpecTest.TranslationFormatter extends Object implements IRender
  • Field Details

    • myFormatter

      final Formatter myFormatter
    • myShowIntermediate

      boolean myShowIntermediate
    • myShowIntermediateAst

      boolean myShowIntermediateAst
    • myAst

      @Nullable private @Nullable String myAst
  • Constructor Details

    • TranslationFormatter

      public TranslationFormatter(Formatter formatter)
  • Method Details

    • isShowIntermediate

      public boolean isShowIntermediate()
    • isShowIntermediateAst

      public boolean isShowIntermediateAst()
    • getAst

      @NotNull public @NotNull String getAst()
    • getOptions

      @Nullable public @Nullable DataHolder getOptions()
      Description copied from interface: IRender
      Get Options for parsing
      Specified by:
      getOptions in interface IRender
      Returns:
      DataHolder for options
    • render

      public void render(@NotNull @NotNull Node node, @NotNull @NotNull Appendable output)
      Specified by:
      render in interface IRender