Uses of Interface
com.vladsch.flexmark.parser.InlineParserExtensionFactory
-
-
Uses of InlineParserExtensionFactory in com.vladsch.flexmark.ext.attributes.internal
Classes in com.vladsch.flexmark.ext.attributes.internal that implement InlineParserExtensionFactory Modifier and Type Class Description static class
AttributesInlineParserExtension.Factory
-
Uses of InlineParserExtensionFactory in com.vladsch.flexmark.ext.gfm.issues.internal
Classes in com.vladsch.flexmark.ext.gfm.issues.internal that implement InlineParserExtensionFactory Modifier and Type Class Description static class
GfmIssuesInlineParserExtension.Factory
-
Uses of InlineParserExtensionFactory in com.vladsch.flexmark.ext.gfm.users.internal
Classes in com.vladsch.flexmark.ext.gfm.users.internal that implement InlineParserExtensionFactory Modifier and Type Class Description static class
GfmUsersInlineParserExtension.Factory
-
Uses of InlineParserExtensionFactory in com.vladsch.flexmark.ext.gitlab.internal
Classes in com.vladsch.flexmark.ext.gitlab.internal that implement InlineParserExtensionFactory Modifier and Type Class Description static class
GitLabInlineMathParser.Factory
static class
GitLabInlineParser.Factory
-
Uses of InlineParserExtensionFactory in com.vladsch.flexmark.ext.jekyll.tag.internal
Classes in com.vladsch.flexmark.ext.jekyll.tag.internal that implement InlineParserExtensionFactory Modifier and Type Class Description static class
JekyllTagInlineParserExtension.Factory
-
Uses of InlineParserExtensionFactory in com.vladsch.flexmark.ext.macros.internal
Classes in com.vladsch.flexmark.ext.macros.internal that implement InlineParserExtensionFactory Modifier and Type Class Description static class
MacrosInlineParserExtension.Factory
-
Uses of InlineParserExtensionFactory in com.vladsch.flexmark.ext.resizable.image.internal
Classes in com.vladsch.flexmark.ext.resizable.image.internal that implement InlineParserExtensionFactory Modifier and Type Class Description static class
ResizableImageInlineParserExtension.Factory
-
Uses of InlineParserExtensionFactory in com.vladsch.flexmark.ext.typographic.internal
Classes in com.vladsch.flexmark.ext.typographic.internal that implement InlineParserExtensionFactory Modifier and Type Class Description static class
SmartsInlineParser.Factory
-
Uses of InlineParserExtensionFactory in com.vladsch.flexmark.ext.xwiki.macros.internal
Classes in com.vladsch.flexmark.ext.xwiki.macros.internal that implement InlineParserExtensionFactory Modifier and Type Class Description static class
MacroInlineParser.Factory
-
Uses of InlineParserExtensionFactory in com.vladsch.flexmark.ext.zzzzzz.internal
Classes in com.vladsch.flexmark.ext.zzzzzz.internal that implement InlineParserExtensionFactory Modifier and Type Class Description static class
ZzzzzzInlineParserExtension.Factory
-
Uses of InlineParserExtensionFactory in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser with type parameters of type InlineParserExtensionFactory Modifier and Type Field Description (package private) java.util.List<InlineParserExtensionFactory>
Parser.Builder. inlineParserExtensionFactories
private java.util.List<InlineParserExtensionFactory>
Parser. inlineParserExtensionFactories
Methods in com.vladsch.flexmark.parser with parameters of type InlineParserExtensionFactory Modifier and Type Method Description Parser.Builder
Parser.Builder. customInlineParserExtensionFactory(InlineParserExtensionFactory inlineParserExtensionFactory)
Method parameters in com.vladsch.flexmark.parser with type arguments of type InlineParserExtensionFactory Modifier and Type Method Description InlineParser
InlineParserFactory. inlineParser(@NotNull DataHolder options, @NotNull java.util.BitSet specialCharacters, @NotNull java.util.BitSet delimiterCharacters, @NotNull java.util.Map<java.lang.Character,DelimiterProcessor> delimiterProcessors, @NotNull LinkRefProcessorData linkRefProcessors, @NotNull java.util.List<InlineParserExtensionFactory> inlineParserExtensions)
-
Uses of InlineParserExtensionFactory in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal with type parameters of type InlineParserExtensionFactory Modifier and Type Field Description protected java.util.List<InlineParserExtensionFactory>
InlineParserImpl. inlineParserExtensionFactories
Methods in com.vladsch.flexmark.parser.internal that return types with arguments of type InlineParserExtensionFactory Modifier and Type Method Description (package private) static java.util.Map<java.lang.Character,java.util.List<InlineParserExtensionFactory>>
InlineParserImpl. calculateInlineParserExtensions(DataHolder options, java.util.List<InlineParserExtensionFactory> extensionFactories)
Method parameters in com.vladsch.flexmark.parser.internal with type arguments of type InlineParserExtensionFactory Modifier and Type Method Description (package private) static java.util.Map<java.lang.Character,java.util.List<InlineParserExtensionFactory>>
InlineParserImpl. calculateInlineParserExtensions(DataHolder options, java.util.List<InlineParserExtensionFactory> extensionFactories)
Constructor parameters in com.vladsch.flexmark.parser.internal with type arguments of type InlineParserExtensionFactory Constructor Description CommonmarkInlineParser(DataHolder options, java.util.BitSet specialCharacters, java.util.BitSet delimiterCharacters, java.util.Map<java.lang.Character,DelimiterProcessor> delimiterProcessors, LinkRefProcessorData referenceLinkProcessors, java.util.List<InlineParserExtensionFactory> inlineParserExtensions)
InlineParserImpl(DataHolder options, java.util.BitSet specialCharacters, java.util.BitSet delimiterCharacters, java.util.Map<java.lang.Character,DelimiterProcessor> delimiterProcessors, LinkRefProcessorData linkRefProcessorsData, java.util.List<InlineParserExtensionFactory> inlineParserExtensionFactories)
-