Uses of Interface
com.vladsch.flexmark.parser.LinkRefProcessor
-
Packages that use LinkRefProcessor 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 seeParsercom.vladsch.flexmark.parser.internal -
-
Uses of LinkRefProcessor in com.vladsch.flexmark.ext.enumerated.reference.internal
Classes in com.vladsch.flexmark.ext.enumerated.reference.internal that implement LinkRefProcessor Modifier and Type Class Description classEnumeratedReferenceLinkRefProcessorMethods in com.vladsch.flexmark.ext.enumerated.reference.internal that return LinkRefProcessor Modifier and Type Method Description @NotNull LinkRefProcessorEnumeratedReferenceLinkRefProcessor.Factory. apply(@NotNull Document document) -
Uses of LinkRefProcessor in com.vladsch.flexmark.ext.footnotes.internal
Classes in com.vladsch.flexmark.ext.footnotes.internal that implement LinkRefProcessor Modifier and Type Class Description classFootnoteLinkRefProcessorMethods in com.vladsch.flexmark.ext.footnotes.internal that return LinkRefProcessor Modifier and Type Method Description @NotNull LinkRefProcessorFootnoteLinkRefProcessor.Factory. apply(@NotNull Document document) -
Uses of LinkRefProcessor in com.vladsch.flexmark.ext.wikilink.internal
Classes in com.vladsch.flexmark.ext.wikilink.internal that implement LinkRefProcessor Modifier and Type Class Description classWikiLinkLinkRefProcessorMethods in com.vladsch.flexmark.ext.wikilink.internal that return LinkRefProcessor Modifier and Type Method Description @NotNull LinkRefProcessorWikiLinkLinkRefProcessor.Factory. apply(@NotNull Document document) -
Uses of LinkRefProcessor in com.vladsch.flexmark.ext.zzzzzz.internal
Classes in com.vladsch.flexmark.ext.zzzzzz.internal that implement LinkRefProcessor Modifier and Type Class Description classZzzzzzLinkRefProcessorMethods in com.vladsch.flexmark.ext.zzzzzz.internal that return LinkRefProcessor Modifier and Type Method Description @NotNull LinkRefProcessorZzzzzzLinkRefProcessor.Factory. apply(@NotNull Document document) -
Uses of LinkRefProcessor in com.vladsch.flexmark.parser
Methods in com.vladsch.flexmark.parser that return LinkRefProcessor Modifier and Type Method Description @NotNull LinkRefProcessorLinkRefProcessorFactory. apply(@NotNull Document document)Create a link ref processor for the document -
Uses of LinkRefProcessor in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal declared as LinkRefProcessor Modifier and Type Field Description LinkRefProcessorInlineParserImpl.ReferenceProcessorMatch. processorFields in com.vladsch.flexmark.parser.internal with type parameters of type LinkRefProcessor Modifier and Type Field Description protected java.util.List<LinkRefProcessor>InlineParserImpl. linkRefProcessorsConstructors in com.vladsch.flexmark.parser.internal with parameters of type LinkRefProcessor Constructor Description ReferenceProcessorMatch(LinkRefProcessor processor, boolean wantExclamation, BasedSequence nodeChars)
-