Uses of Interface
org.commonmark.parser.beta.LinkProcessor
Packages that use LinkProcessor
-
Uses of LinkProcessor in org.commonmark.ext.footnotes.internal
Classes in org.commonmark.ext.footnotes.internal that implement LinkProcessor -
Uses of LinkProcessor in org.commonmark.internal
Fields in org.commonmark.internal with type parameters of type LinkProcessorModifier and TypeFieldDescriptionprivate final List<LinkProcessor> DocumentParser.linkProcessorsprivate final List<LinkProcessor> InlineParserContextImpl.linkProcessorsprivate final List<LinkProcessor> InlineParserImpl.linkProcessorsMethods in org.commonmark.internal that return types with arguments of type LinkProcessorModifier and TypeMethodDescriptionprivate List<LinkProcessor> InlineParserImpl.calculateLinkProcessors(List<LinkProcessor> linkProcessors) InlineParserContextImpl.getCustomLinkProcessors()Method parameters in org.commonmark.internal with type arguments of type LinkProcessorModifier and TypeMethodDescriptionprivate List<LinkProcessor> InlineParserImpl.calculateLinkProcessors(List<LinkProcessor> linkProcessors) -
Uses of LinkProcessor in org.commonmark.internal.inline
Classes in org.commonmark.internal.inline that implement LinkProcessor -
Uses of LinkProcessor in org.commonmark.parser
Fields in org.commonmark.parser with type parameters of type LinkProcessorModifier and TypeFieldDescriptionprivate final List<LinkProcessor> Parser.Builder.linkProcessorsprivate final List<LinkProcessor> Parser.linkProcessorsMethods in org.commonmark.parser that return types with arguments of type LinkProcessorMethods in org.commonmark.parser with parameters of type LinkProcessorModifier and TypeMethodDescriptionParser.Builder.linkProcessor(LinkProcessor linkProcessor) Add a custom link/image processor for inline parsing.