Uses of Interface
com.vladsch.flexmark.parser.LinkRefProcessorFactory
-
Packages that use LinkRefProcessorFactory Package Description com.vladsch.flexmark.ext.enumerated.reference.internal com.vladsch.flexmark.ext.footnotes.internal com.vladsch.flexmark.ext.wikilink.internal com.vladsch.flexmark.ext.zzzzzz.internal com.vladsch.flexmark.parser Parse input text to AST nodes seeParser
com.vladsch.flexmark.parser.internal -
-
Uses of LinkRefProcessorFactory in com.vladsch.flexmark.ext.enumerated.reference.internal
Classes in com.vladsch.flexmark.ext.enumerated.reference.internal that implement LinkRefProcessorFactory Modifier and Type Class Description static class
EnumeratedReferenceLinkRefProcessor.Factory
-
Uses of LinkRefProcessorFactory in com.vladsch.flexmark.ext.footnotes.internal
Classes in com.vladsch.flexmark.ext.footnotes.internal that implement LinkRefProcessorFactory Modifier and Type Class Description static class
FootnoteLinkRefProcessor.Factory
-
Uses of LinkRefProcessorFactory in com.vladsch.flexmark.ext.wikilink.internal
Classes in com.vladsch.flexmark.ext.wikilink.internal that implement LinkRefProcessorFactory Modifier and Type Class Description static class
WikiLinkLinkRefProcessor.Factory
-
Uses of LinkRefProcessorFactory in com.vladsch.flexmark.ext.zzzzzz.internal
Classes in com.vladsch.flexmark.ext.zzzzzz.internal that implement LinkRefProcessorFactory Modifier and Type Class Description static class
ZzzzzzLinkRefProcessor.Factory
-
Uses of LinkRefProcessorFactory in com.vladsch.flexmark.parser
Fields in com.vladsch.flexmark.parser with type parameters of type LinkRefProcessorFactory Modifier and Type Field Description (package private) java.util.List<LinkRefProcessorFactory>
Parser.Builder. linkRefProcessors
Methods in com.vladsch.flexmark.parser with parameters of type LinkRefProcessorFactory Modifier and Type Method Description Parser.Builder
Parser.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 LinkRefProcessorFactory Modifier and Type Field Description java.util.List<LinkRefProcessorFactory>
LinkRefProcessorData. processors
Method parameters in com.vladsch.flexmark.parser.internal with type arguments of type LinkRefProcessorFactory Modifier and Type Method Description static LinkRefProcessorData
InlineParserImpl. calculateLinkRefProcessors(DataHolder options, java.util.List<LinkRefProcessorFactory> linkRefProcessors)
Constructor parameters in com.vladsch.flexmark.parser.internal with type arguments of type LinkRefProcessorFactory Constructor Description LinkRefProcessorData(java.util.List<LinkRefProcessorFactory> processors, int maxNesting, int[] nestingIndex)
-