Package com.vladsch.flexmark.parser
Interface InlineParserFactory
public interface InlineParserFactory
-
Method Summary
Modifier and TypeMethodDescriptioninlineParser
(@NotNull DataHolder options, @NotNull BitSet specialCharacters, @NotNull BitSet delimiterCharacters, @NotNull Map<Character, DelimiterProcessor> delimiterProcessors, @NotNull LinkRefProcessorData linkRefProcessors, @NotNull List<InlineParserExtensionFactory> inlineParserExtensions)
-
Method Details
-
inlineParser
InlineParser inlineParser(@NotNull @NotNull DataHolder options, @NotNull @NotNull BitSet specialCharacters, @NotNull @NotNull BitSet delimiterCharacters, @NotNull @NotNull Map<Character, DelimiterProcessor> delimiterProcessors, @NotNull @NotNull LinkRefProcessorData linkRefProcessors, @NotNull @NotNull List<InlineParserExtensionFactory> inlineParserExtensions)
-