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 LinkResult
FootnoteLinkProcessor. 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 class
InlineParserContextImpl
Fields in org.commonmark.internal declared as InlineParserContext Modifier and Type Field Description private InlineParserContext
InlineParserImpl. context
Constructors 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 LinkResult
CoreLinkProcessor. 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 InlineParser
InlineParserFactory. create(InlineParserContext inlineParserContext)
Create anInlineParser
to 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 LinkResult
LinkProcessor. process(LinkInfo linkInfo, Scanner scanner, InlineParserContext context)
-