Uses of Interface
org.commonmark.parser.beta.LinkInfo
-
Packages that use LinkInfo Package Description org.commonmark.ext.footnotes.internal org.commonmark.internal org.commonmark.internal.inline org.commonmark.parser.beta Experimental APIs to use for extensions. -
-
Uses of LinkInfo in org.commonmark.ext.footnotes.internal
Methods in org.commonmark.ext.footnotes.internal with parameters of type LinkInfo Modifier and Type Method Description LinkResult
FootnoteLinkProcessor. process(LinkInfo linkInfo, Scanner scanner, InlineParserContext context)
-
Uses of LinkInfo in org.commonmark.internal
Classes in org.commonmark.internal that implement LinkInfo Modifier and Type Class Description private static class
InlineParserImpl.LinkInfoImpl
Methods in org.commonmark.internal that return LinkInfo Modifier and Type Method Description private LinkInfo
InlineParserImpl. parseLinkInfo(Bracket opener, Position beforeClose)
-
Uses of LinkInfo in org.commonmark.internal.inline
Methods in org.commonmark.internal.inline with parameters of type LinkInfo Modifier and Type Method Description private static LinkResult
CoreLinkProcessor. process(LinkInfo linkInfo, Scanner scanner, java.lang.String destination, java.lang.String title)
LinkResult
CoreLinkProcessor. process(LinkInfo linkInfo, Scanner scanner, InlineParserContext context)
-
Uses of LinkInfo in org.commonmark.parser.beta
Methods in org.commonmark.parser.beta with parameters of type LinkInfo Modifier and Type Method Description LinkResult
LinkProcessor. process(LinkInfo linkInfo, Scanner scanner, InlineParserContext context)
-