Uses of Interface
com.vladsch.flexmark.parser.LinkRefProcessor
Packages that use LinkRefProcessor
-
Uses of LinkRefProcessor in com.vladsch.flexmark.ext.enumerated.reference.internal
Classes in com.vladsch.flexmark.ext.enumerated.reference.internal that implement LinkRefProcessorMethods in com.vladsch.flexmark.ext.enumerated.reference.internal that return LinkRefProcessor -
Uses of LinkRefProcessor in com.vladsch.flexmark.ext.footnotes.internal
Classes in com.vladsch.flexmark.ext.footnotes.internal that implement LinkRefProcessorMethods in com.vladsch.flexmark.ext.footnotes.internal that return LinkRefProcessor -
Uses of LinkRefProcessor in com.vladsch.flexmark.ext.wikilink.internal
Classes in com.vladsch.flexmark.ext.wikilink.internal that implement LinkRefProcessorMethods in com.vladsch.flexmark.ext.wikilink.internal that return LinkRefProcessor -
Uses of LinkRefProcessor in com.vladsch.flexmark.ext.zzzzzz.internal
Classes in com.vladsch.flexmark.ext.zzzzzz.internal that implement LinkRefProcessorMethods in com.vladsch.flexmark.ext.zzzzzz.internal that return LinkRefProcessor -
Uses of LinkRefProcessor in com.vladsch.flexmark.parser
Methods in com.vladsch.flexmark.parser that return LinkRefProcessorModifier and TypeMethodDescription@NotNull LinkRefProcessor
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 LinkRefProcessorModifier and TypeFieldDescriptionfinal LinkRefProcessor
InlineParserImpl.ReferenceProcessorMatch.processor
Fields in com.vladsch.flexmark.parser.internal with type parameters of type LinkRefProcessorModifier and TypeFieldDescriptionprotected List<LinkRefProcessor>
InlineParserImpl.linkRefProcessors
Constructors in com.vladsch.flexmark.parser.internal with parameters of type LinkRefProcessorModifierConstructorDescriptionReferenceProcessorMatch
(LinkRefProcessor processor, boolean wantExclamation, BasedSequence nodeChars)