Uses of Interface
org.commonmark.parser.InlineParserContext
-
Packages that use InlineParserContext Package Description org.commonmark.ext.footnotes.internal org.commonmark.internal org.commonmark.internal.inline org.commonmark.parser Parsing input text to AST nodes (seeParser)org.commonmark.parser.beta Experimental APIs to use for extensions. -
-
Uses of InlineParserContext in org.commonmark.ext.footnotes.internal
Methods in org.commonmark.ext.footnotes.internal with parameters of type InlineParserContext Modifier and Type Method Description LinkResultFootnoteLinkProcessor. process(LinkInfo linkInfo, Scanner scanner, InlineParserContext context) -
Uses of InlineParserContext in org.commonmark.internal
Classes in org.commonmark.internal that implement InlineParserContext Modifier and Type Class Description classInlineParserContextImplFields in org.commonmark.internal declared as InlineParserContext Modifier and Type Field Description private InlineParserContextInlineParserImpl. contextConstructors in org.commonmark.internal with parameters of type InlineParserContext Constructor Description InlineParserImpl(InlineParserContext context) -
Uses of InlineParserContext in org.commonmark.internal.inline
Methods in org.commonmark.internal.inline with parameters of type InlineParserContext Modifier and Type Method Description LinkResultCoreLinkProcessor. process(LinkInfo linkInfo, Scanner scanner, InlineParserContext context) -
Uses of InlineParserContext in org.commonmark.parser
Methods in org.commonmark.parser with parameters of type InlineParserContext Modifier and Type Method Description InlineParserInlineParserFactory. create(InlineParserContext inlineParserContext)Create anInlineParserto use for parsing inlines. -
Uses of InlineParserContext in org.commonmark.parser.beta
Methods in org.commonmark.parser.beta with parameters of type InlineParserContext Modifier and Type Method Description LinkResultLinkProcessor. process(LinkInfo linkInfo, Scanner scanner, InlineParserContext context)
-