Uses of Interface
com.vladsch.flexmark.parser.LinkRefProcessorFactory
Packages that use LinkRefProcessorFactory
-
Uses of LinkRefProcessorFactory in com.vladsch.flexmark.ext.enumerated.reference.internal
Classes in com.vladsch.flexmark.ext.enumerated.reference.internal that implement LinkRefProcessorFactory -
Uses of LinkRefProcessorFactory in com.vladsch.flexmark.ext.footnotes.internal
Classes in com.vladsch.flexmark.ext.footnotes.internal that implement LinkRefProcessorFactory -
Uses of LinkRefProcessorFactory in com.vladsch.flexmark.ext.wikilink.internal
Classes in com.vladsch.flexmark.ext.wikilink.internal that implement LinkRefProcessorFactory -
Uses of LinkRefProcessorFactory in com.vladsch.flexmark.ext.zzzzzz.internal
Classes in com.vladsch.flexmark.ext.zzzzzz.internal that implement LinkRefProcessorFactory -
Uses of LinkRefProcessorFactory in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser with type parameters of type LinkRefProcessorFactoryModifier and TypeFieldDescription(package private) final List
<LinkRefProcessorFactory> Parser.Builder.linkRefProcessors
Methods in com.vladsch.flexmark.parser with parameters of type LinkRefProcessorFactoryModifier and TypeMethodDescriptionParser.Builder.linkRefProcessorFactory
(LinkRefProcessorFactory linkRefProcessor) -
Uses of LinkRefProcessorFactory in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal with type parameters of type LinkRefProcessorFactoryModifier and TypeFieldDescriptionfinal List
<LinkRefProcessorFactory> LinkRefProcessorData.processors
Method parameters in com.vladsch.flexmark.parser.internal with type arguments of type LinkRefProcessorFactoryModifier and TypeMethodDescriptionstatic LinkRefProcessorData
InlineParserImpl.calculateLinkRefProcessors
(DataHolder options, List<LinkRefProcessorFactory> linkRefProcessors) Constructor parameters in com.vladsch.flexmark.parser.internal with type arguments of type LinkRefProcessorFactoryModifierConstructorDescriptionLinkRefProcessorData
(List<LinkRefProcessorFactory> processors, int maxNesting, int[] nestingIndex)