Interface InlineParserFactory


  • public interface InlineParserFactory
    • Method Detail

      • inlineParser

        InlineParser inlineParser​(@NotNull
                                  @NotNull com.vladsch.flexmark.util.data.DataHolder options,
                                  @NotNull
                                  @NotNull BitSet specialCharacters,
                                  @NotNull
                                  @NotNull BitSet delimiterCharacters,
                                  @NotNull
                                  @NotNull Map<Character,​DelimiterProcessor> delimiterProcessors,
                                  @NotNull
                                  @NotNull com.vladsch.flexmark.parser.internal.LinkRefProcessorData linkRefProcessors,
                                  @NotNull
                                  @NotNull List<InlineParserExtensionFactory> inlineParserExtensions)