Uses of Interface
org.commonmark.parser.InlineParserContext
Packages that use InlineParserContext
Package
Description
Parsing input text to AST nodes (see
Parser)Experimental APIs to use for extensions.
-
Uses of InlineParserContext in org.commonmark.parser
Methods in org.commonmark.parser with parameters of type InlineParserContextModifier and TypeMethodDescriptionInlineParserFactory.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 InlineParserContextModifier and TypeMethodDescriptionLinkProcessor.process(LinkInfo linkInfo, Scanner scanner, InlineParserContext context)