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 LinkResultFootnoteLinkProcessor. 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 classInlineParserImpl.LinkInfoImplMethods in org.commonmark.internal that return LinkInfo Modifier and Type Method Description private LinkInfoInlineParserImpl. 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 LinkResultCoreLinkProcessor. process(LinkInfo linkInfo, Scanner scanner, java.lang.String destination, java.lang.String title)LinkResultCoreLinkProcessor. 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 LinkResultLinkProcessor. process(LinkInfo linkInfo, Scanner scanner, InlineParserContext context)
-