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 seeParser
com.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 class
EnumeratedReferenceLinkRefProcessor
Methods in com.vladsch.flexmark.ext.enumerated.reference.internal that return LinkRefProcessor Modifier and Type Method Description @NotNull LinkRefProcessor
EnumeratedReferenceLinkRefProcessor.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 class
FootnoteLinkRefProcessor
Methods in com.vladsch.flexmark.ext.footnotes.internal that return LinkRefProcessor Modifier and Type Method Description @NotNull LinkRefProcessor
FootnoteLinkRefProcessor.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 class
WikiLinkLinkRefProcessor
Methods in com.vladsch.flexmark.ext.wikilink.internal that return LinkRefProcessor Modifier and Type Method Description @NotNull LinkRefProcessor
WikiLinkLinkRefProcessor.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 class
ZzzzzzLinkRefProcessor
Methods in com.vladsch.flexmark.ext.zzzzzz.internal that return LinkRefProcessor Modifier and Type Method Description @NotNull LinkRefProcessor
ZzzzzzLinkRefProcessor.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 LinkRefProcessor
LinkRefProcessorFactory. 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 LinkRefProcessor
InlineParserImpl.ReferenceProcessorMatch. processor
Fields in com.vladsch.flexmark.parser.internal with type parameters of type LinkRefProcessor Modifier and Type Field Description protected java.util.List<LinkRefProcessor>
InlineParserImpl. linkRefProcessors
Constructors in com.vladsch.flexmark.parser.internal with parameters of type LinkRefProcessor Constructor Description ReferenceProcessorMatch(LinkRefProcessor processor, boolean wantExclamation, BasedSequence nodeChars)
-