Interface LinkResolverBasicContext

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @NotNull com.vladsch.flexmark.util.ast.Document getDocument()  
      @NotNull com.vladsch.flexmark.util.data.DataHolder getOptions()
      Get the current rendering context DataHolder.
    • Method Detail

      • getOptions

        @NotNull
        @NotNull com.vladsch.flexmark.util.data.DataHolder getOptions()
        Get the current rendering context DataHolder. These are the options passed or set on the HtmlRenderer.builder() or passed to HtmlRenderer.builder(DataHolder). To get the document options you should use getDocument() as the data holder.
        Returns:
        the current renderer options DataHolder
      • getDocument

        @NotNull
        @NotNull com.vladsch.flexmark.util.ast.Document getDocument()
        Returns:
        the Document node of the current context