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
Subinterfaces with type arguments of type LinkRefProcessor in com.vladsch.flexmark.parserModifier and TypeInterfaceDescriptioninterfaceProcessing of elements which are based on a link ref: [] or ![] This includes footnote references [^...] and wiki links [[...]]Methods in com.vladsch.flexmark.parser that return LinkRefProcessorModifier and TypeMethodDescription@NotNull LinkRefProcessorCreate 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 LinkRefProcessorInlineParserImpl.ReferenceProcessorMatch.processorFields in com.vladsch.flexmark.parser.internal with type parameters of type LinkRefProcessorModifier and TypeFieldDescriptionprotected List<LinkRefProcessor> InlineParserImpl.linkRefProcessorsConstructors in com.vladsch.flexmark.parser.internal with parameters of type LinkRefProcessorModifierConstructorDescriptionReferenceProcessorMatch(LinkRefProcessor processor, boolean wantExclamation, BasedSequence nodeChars)